#62DDCB

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

Shades of Downy #62DDCB

Tints of Downy #62DDCB

Color information

#62DDCB (or 0x62DDCB) is unknown color: approx Downy. HEX triplet: 62, DD and CB. RGB value is (98,221,203). Sum of RGB (Red+Green+Blue) = 98+221+203=522 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.77% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 203 (79.69% from 255 or 38.89% from 522); Max value from RGB is 221 - color contains mainly: green. Hex color #62DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DDCB is #9D2234. Grayscale: #B6B6B6. Windows color (decimal): -10297909 or 13360482. OLE color: 13360482.

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

Color convert

RGB98221203-
CMYK0.5600.080.13
HSL171.22º64.4%62.55%-
HSV(B)171.22º55.66%86.67%-
XYZ41.6758.6265.62-
YUV182.17139.7567.96-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.77%
GREEN value IS 221 (86.72% from 255) = 42.34%
BLUE value IS 203 (79.69% from 255) = 38.89%
R=18.77%
G=42.34%
B=38.89%

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
Decimal982212030.5600.080.13171.2264.462.55
Hex62DDCB3808Dab403f
Octal142335313700101525310077
Binary11000101101110111001011111000010001101101010111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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