#62DFCC

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

Shades of Downy #62DFCC

Tints of Downy #62DFCC

Color information

#62DFCC (or 0x62DFCC) is unknown color: approx Downy. HEX triplet: 62, DF and CC. RGB value is (98,223,204). Sum of RGB (Red+Green+Blue) = 98+223+204=525 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.67% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #62DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DFCC is #9D2033. Grayscale: #B7B7B7. Windows color (decimal): -10297396 or 13426530. OLE color: 13426530.

HSL color Cylindrical-coordinate representation of color #62DFCC: hue angle of 170.88º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62DFCC is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB98223204-
CMYK0.5600.090.13
HSL170.88º66.14%62.94%-
HSV(B)170.88º56.05%87.45%-
XYZ42.3259.7366.43-
YUV183.46139.5967.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.67%
GREEN value IS 223 (87.5% from 255) = 42.48%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=18.67%
G=42.48%
B=38.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal982232040.5600.090.13170.8866.1462.94
Hex62DFCC3809Dab423f
Octal142337314700111525310277
Binary11000101101111111001100111000010011101101010111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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