#62CDC3

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

Shades of Downy #62CDC3

Tints of Downy #62CDC3

Color information

#62CDC3 (or 0x62CDC3) is unknown color: approx Downy. HEX triplet: 62, CD and C3. RGB value is (98,205,195). Sum of RGB (Red+Green+Blue) = 98+205+195=498 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.68% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 205 - color contains mainly: green. Hex color #62CDC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CDC3 is #9D323C. Grayscale: #ABABAB. Windows color (decimal): -10302013 or 12832098. OLE color: 12832098.

HSL color Cylindrical-coordinate representation of color #62CDC3: hue angle of 174.39º 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 #62CDC3 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB98205195-
CMYK0.5200.050.20
HSL174.39º51.69%59.41%-
HSV(B)174.39º52.2%80.39%-
XYZ36.7250.259.38-
YUV171.87141.0575.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.68%
GREEN value IS 205 (80.47% from 255) = 41.16%
BLUE value IS 195 (76.56% from 255) = 39.16%
R=19.68%
G=41.16%
B=39.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal982051950.5200.050.20174.3951.6959.41
Hex62CDC3340514ae343b
Octal1423153036405242566473
Binary1100010110011011100001111010001011010010101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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