Html Css Color HEX #62D5CC Downy

📋 copy color: '#62D5CC'

red 98 ◦ green 213 ◦ blue 204

#62D5CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #62D5CC

Tints of Downy #62D5CC

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 value IS 0.54

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#62D5CC (or 0x62D5CC) is known color: 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

RGB 98 213 204 -
CMYK 0.54 0 0.04 0.16
HSL 175.3º 0.58% 0.61% -
HSV(B) 175.3º 0.54% 0.84% -
XYZ 39.73 54.54 65.56 -
YUV 177.59 142.9 71.23 -
System Red Green Blue C M Y K H S L
Decimal 98 213 204 0.54 0 0.04 0.16 175.3 0.58 0.61
Hex 62 D5 CC 36 0 4 10 AF 3A 3D
Octal 142 325 314 66 0 4 20 257 72 75
Binary 1100010 11010101 11001100 110110 0 100 10000 10101111 111010 111101

Color Harmonies of #62D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62D5CC

Black with #62D5CC

Text Example


Text Example

White with #62D5CC

Text Example


Text Example

HTML Codes & Css Web 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>