Html Css Color HEX #60E5CB Downy

📋 copy color: '#60E5CB'

red 96 ◦ green 229 ◦ blue 203

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

Shades of Downy #60E5CB

Tints of Downy #60E5CB

RGB

 RED value IS 96 (37.89% from 255) = 18.18%

 GREEN value IS 229 (89.84% from 255) = 43.37%

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 18.18%
G = 43.37%
B = 38.45%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#60E5CB (or 0x60E5CB) is known color: Downy. HEX triplet: 60, E5 and CB. RGB value is (96,229,203). Sum of RGB (Red+Green+Blue) = 96+229+203=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 229 (89.84% from 255 or 43.37% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 229 - color contains mainly: green. Hex color #60E5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E5CB is #9F1A34. Grayscale: #BABABA. Windows color (decimal): -10426933 or 13362528. OLE color: 13362528.

HSL color Cylindrical-coordinate representation of color #60E5CB: hue angle of 168.27º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E5CB is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 96 229 203 -
CMYK 0.58 0 0.11 0.10
HSL 168.27º 0.72% 0.64% -
HSV(B) 168.27º 0.58% 0.9% -
XYZ 43.62 62.84 66.33 -
YUV 186.27 137.44 63.61 -
System Red Green Blue C M Y K H S L
Decimal 96 229 203 0.58 0 0.11 0.10 168.27 0.72 0.64
Hex 60 E5 CB 3A 0 B A A8 48 40
Octal 140 345 313 72 0 13 12 250 110 100
Binary 1100000 11100101 11001011 111010 0 1011 1010 10101000 1001000 1000000

Color Harmonies of #60E5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E5CB

Black with #60E5CB

Text Example


Text Example

White with #60E5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60E5CB; }

 p { color: rgb(96,229,203); }

 H1.HeaderClassName
 {
   color: #60E5CB;
 }
 .AnyTagClassName
 {
   color: #60E5CB;
 }
</style>

background-color css

<style>
 a { background-color: #60E5CB; }

 a { background-color: rgb(96,229,203); }

 div.DivClassName
 {
   background-color: #60E5CB;
 }
 .BgClassName
 {
   background-color: #60E5CB;
 }
</style>

border-color css

<style>
 span { border-color: #60E5CB; }

 span { border-color: rgb(96,229,203); }

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