#62DDCC

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

Shades of Downy #62DDCC

Tints of Downy #62DDCC

Color information

#62DDCC (or 0x62DDCC) is unknown color: approx Downy. HEX triplet: 62, DD and CC. RGB value is (98,221,204). Sum of RGB (Red+Green+Blue) = 98+221+204=523 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.74% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DDCC is #9D2233. Grayscale: #B6B6B6. Windows color (decimal): -10297908 or 13426018. OLE color: 13426018.

HSL color Cylindrical-coordinate representation of color #62DDCC: hue angle of 171.71º degrees, saturation: 0.64, 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 #62DDCC is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB98221204-
CMYK0.5600.080.13
HSL171.71º64.4%62.55%-
HSV(B)171.71º55.66%86.67%-
XYZ41.7958.6766.25-
YUV182.28140.2567.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.74%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=18.74%
G=42.26%
B=39.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal982212040.5600.080.13171.7164.462.55
Hex62DDCC3808Dac403f
Octal142335314700101525410077
Binary11000101101110111001100111000010001101101011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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