#62dcc4

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

Shades of Downy #62DCC4

Tints of Downy #62DCC4

Color information

#62DCC4 (or 0x62DCC4) is unknown color: approx Downy. HEX triplet: 62, DC and C4. RGB value is (98,220,196). Sum of RGB (Red+Green+Blue) = 98+220+196=514 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.07% from 514); Green value is 220 (86.33% from 255 or 42.80% from 514); Blue value is 196 (76.95% from 255 or 38.13% from 514); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCC4 is #9D233B. Grayscale: #B4B4B4. Windows color (decimal): -10298172 or 12901474. OLE color: 12901474.

HSL color Cylindrical-coordinate representation of color #62DCC4: hue angle of 168.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62DCC4 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB98220196-
CMYK0.5500.110.14
HSL168.2º63.54%62.35%-
HSV(B)168.2º55.45%86.27%-
XYZ40.5957.7761.24-
YUV180.79136.5868.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.07%
GREEN value IS 220 (86.33% from 255) = 42.80%
BLUE value IS 196 (76.95% from 255) = 38.13%
R=19.07%
G=42.80%
B=38.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal982201960.5500.110.14168.263.5462.35
Hex62DCC4370BEa8403e
Octal142334304670131625010076
Binary11000101101110011000100110111010111110101010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62dcc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,220,196); }

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

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

 a { background-color: rgb(98,220,196); }

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

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

 span { border-color: rgb(98,220,196); }

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