#62DDCF

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

Shades of Downy #62DDCF

Tints of Downy #62DDCF

Color information

#62DDCF (or 0x62DDCF) is unknown color: approx Downy. HEX triplet: 62, DD and CF. RGB value is (98,221,207). Sum of RGB (Red+Green+Blue) = 98+221+207=526 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.63% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DDCF is #9D2230. Grayscale: #B6B6B6. Windows color (decimal): -10297905 or 13622626. OLE color: 13622626.

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

Color convert

RGB98221207-
CMYK0.5600.060.13
HSL173.17º64.4%62.55%-
HSV(B)173.17º55.66%86.67%-
XYZ42.1658.8168.16-
YUV182.63141.7567.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.63%
GREEN value IS 221 (86.72% from 255) = 42.02%
BLUE value IS 207 (81.25% from 255) = 39.35%
R=18.63%
G=42.02%
B=39.35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal982212070.5600.060.13173.1764.462.55
Hex62DDCF3806Dad403f
Octal14233531770061525510077
Binary1100010110111011100111111100001101101101011011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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