#62EDD0

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

Shades of Downy #62EDD0

Tints of Downy #62EDD0

Color information

#62EDD0 (or 0x62EDD0) is unknown color: approx Downy. HEX triplet: 62, ED and D0. RGB value is (98,237,208). Sum of RGB (Red+Green+Blue) = 98+237+208=543 (71% of max value = 765). Red value is 98 (38.67% from 255 or 18.05% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #62EDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #62EDD0 is #9D122F. Grayscale: #C0C0C0. Windows color (decimal): -10293808 or 13692258. OLE color: 13692258.

HSL color Cylindrical-coordinate representation of color #62EDD0: hue angle of 167.48º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62EDD0 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB98237208-
CMYK0.5900.120.07
HSL167.48º79.43%65.69%-
HSV(B)167.48º58.65%92.94%-
XYZ46.7167.7270.28-
YUV192.13136.9560.86-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.05%
GREEN value IS 237 (92.97% from 255) = 43.65%
BLUE value IS 208 (81.64% from 255) = 38.31%
R=18.05%
G=43.65%
B=38.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal982372080.5900.120.07167.4879.4365.69
Hex62EDD03B0C7a74f42
Octal142355320730147247117102
Binary11000101110110111010000111011011001111010011110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62EDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,237,208); }

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

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

 a { background-color: rgb(98,237,208); }

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

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

 span { border-color: rgb(98,237,208); }

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