#62D5CC

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

Shades of Downy #62D5CC

Tints of Downy #62D5CC

Color information

#62D5CC (or 0x62D5CC) is unknown color: approx Downy. HEX triplet: 62, D5 and CC. RGB value is (98,213,204). Sum of RGB (Red+Green+Blue) = 98+213+204=515 (68% of max value = 765). Red value is 98 (38.67% from 255 or 19.03% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #62D5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62D5CC is #9D2A33. Grayscale: #B1B1B1. Windows color (decimal): -10299956 or 13423970. OLE color: 13423970.

HSL color Cylindrical-coordinate representation of color #62D5CC: hue angle of 175.3º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62D5CC is Cyan = 0.54, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB98213204-
CMYK0.5400.040.16
HSL175.3º57.79%60.98%-
HSV(B)175.3º53.99%83.53%-
XYZ39.7354.5465.56-
YUV177.59142.971.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 19.03%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=19.03%
G=41.36%
B=39.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal982132040.5400.040.16175.357.7960.98
Hex62D5CC360410af3a3d
Octal1423253146604202577275
Binary1100010110101011100110011011001001000010101111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,213,204); }

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

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

 a { background-color: rgb(98,213,204); }

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

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

 span { border-color: rgb(98,213,204); }

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