#62CCC0

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

Shades of Downy #62CCC0

Tints of Downy #62CCC0

Color information

#62CCC0 (or 0x62CCC0) is unknown color: approx Downy. HEX triplet: 62, CC and C0. RGB value is (98,204,192). Sum of RGB (Red+Green+Blue) = 98+204+192=494 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.84% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #62CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62CCC0 is #9D333F. Grayscale: #AAAAAA. Windows color (decimal): -10302272 or 12635234. OLE color: 12635234.

HSL color Cylindrical-coordinate representation of color #62CCC0: hue angle of 173.21º degrees, saturation: 0.51, 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 #62CCC0 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB98204192-
CMYK0.5200.060.2
HSL173.21º50.96%59.22%-
HSV(B)173.21º51.96%80%-
XYZ36.1449.5957.54-
YUV170.94139.8875.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.84%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 192 (75.39% from 255) = 38.87%
R=19.84%
G=41.30%
B=38.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal982041920.5200.060.2173.2150.9659.22
Hex62CCC0340614ad333b
Octal1423143006406242556373
Binary1100010110011001100000011010001101010010101101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,204,192); }

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

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

 a { background-color: rgb(98,204,192); }

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

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

 span { border-color: rgb(98,204,192); }

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