#62CDCA

Color #62CDCA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #62CDCA

Tints of Downy #62CDCA

Color information

#62CDCA (or 0x62CDCA) is unknown color: approx Downy. HEX triplet: 62, CD and CA. RGB value is (98,205,202). Sum of RGB (Red+Green+Blue) = 98+205+202=505 (66% of max value = 765). Red value is 98 (38.67% from 255 or 19.41% from 505); Green value is 205 (80.47% from 255 or 40.59% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 205 - color contains mainly: green. Hex color #62CDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CDCA is #9D3235. Grayscale: #ACACAC. Windows color (decimal): -10302006 or 13290850. OLE color: 13290850.

HSL color Cylindrical-coordinate representation of color #62CDCA: hue angle of 178.32º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62CDCA is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB98205202-
CMYK0.5200.010.20
HSL178.32º51.69%59.41%-
HSV(B)178.32º52.2%80.39%-
XYZ37.5350.5263.65-
YUV172.66144.5574.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 19.41%
GREEN value IS 205 (80.47% from 255) = 40.59%
BLUE value IS 202 (79.30% from 255) = 40%
R=19.41%
G=40.59%
B=40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal982052020.5200.010.20178.3251.6959.41
Hex62CDCA340114b2343b
Octal1423153126401242626473
Binary11000101100110111001010110100011010010110010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62CDCA; }

 p { color: rgb(98,205,202); }

 H1.HeaderClassName
 {
   color: #62CDCA;
 }
 .AnyTagClassName
 {
   color: #62CDCA;
 }
</style>
background-color css

<style>
 a { background-color: #62CDCA; }

 a { background-color: rgb(98,205,202); }

 div.DivClassName
 {
   background-color: #62CDCA;
 }
 .BgClassName
 {
   background-color: #62CDCA;
 }
</style>
border-color css

<style>
 span { border-color: #62CDCA; }

 span { border-color: rgb(98,205,202); }

 td.TdClassName
 {
   border-color: #62CDCA;
 }
 .TagClassName
 {
   border-color: #62CDCA;
 }
</style>