#62DCC1

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

Shades of Downy #62DCC1

Tints of Downy #62DCC1

Color information

#62DCC1 (or 0x62DCC1) is unknown color: approx Downy. HEX triplet: 62, DC and C1. RGB value is (98,220,193). Sum of RGB (Red+Green+Blue) = 98+220+193=511 (67% of max value = 765). Red value is 98 (38.67% from 255 or 19.18% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #62DCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62DCC1 is #9D233E. Grayscale: #B4B4B4. Windows color (decimal): -10298175 or 12704866. OLE color: 12704866.

HSL color Cylindrical-coordinate representation of color #62DCC1: hue angle of 166.72º 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 #62DCC1 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB98220193-
CMYK0.5500.120.14
HSL166.72º63.54%62.35%-
HSV(B)166.72º55.45%86.27%-
XYZ40.2657.6359.45-
YUV180.44135.0869.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.18%
GREEN value IS 220 (86.33% from 255) = 43.05%
BLUE value IS 193 (75.78% from 255) = 37.77%
R=19.18%
G=43.05%
B=37.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal982201930.5500.120.14166.7263.5462.35
Hex62DCC1370CEa7403e
Octal142334301670141624710076
Binary11000101101110011000001110111011001110101001111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62DCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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