#62C8BF

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

Shades of Downy #62C8BF

Tints of Downy #62C8BF

Color information

#62C8BF (or 0x62C8BF) is unknown color: approx Downy. HEX triplet: 62, C8 and BF. RGB value is (98,200,191). Sum of RGB (Red+Green+Blue) = 98+200+191=489 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.04% from 489); Green value is 200 (78.52% from 255 or 40.90% from 489); Blue value is 191 (75% from 255 or 39.06% from 489); Max value from RGB is 200 - color contains mainly: green. Hex color #62C8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62C8BF is #9D3740. Grayscale: #A8A8A8. Windows color (decimal): -10303297 or 12568674. OLE color: 12568674.

HSL color Cylindrical-coordinate representation of color #62C8BF: hue angle of 174.71º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #62C8BF is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB98200191-
CMYK0.5100.040.22
HSL174.71º48.11%58.43%-
HSV(B)174.71º51%78.43%-
XYZ35.147.6756.64-
YUV168.48140.7177.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 20.04%
GREEN value IS 200 (78.52% from 255) = 40.90%
BLUE value IS 191 (75% from 255) = 39.06%
R=20.04%
G=40.90%
B=39.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal982001910.5100.040.22174.7148.1158.43
Hex62C8BF330416af303a
Octal1423102776304262576072
Binary1100010110010001011111111001101001011010101111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62C8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,200,191); }

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

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

 a { background-color: rgb(98,200,191); }

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

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

 span { border-color: rgb(98,200,191); }

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