Html Css Color HEX #60E8CB Downy

📋 copy color: '#60E8CB'

red 96 ◦ green 232 ◦ blue 203

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

Shades of Downy #60E8CB

Tints of Downy #60E8CB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 43.69%

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

R = 18.08%
G = 43.69%
B = 38.23%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#60E8CB (or 0x60E8CB) is known color: Downy. HEX triplet: 60, E8 and CB. RGB value is (96,232,203). Sum of RGB (Red+Green+Blue) = 96+232+203=531 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.08% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #60E8CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E8CB is #9F1734. Grayscale: #BCBCBC. Windows color (decimal): -10426165 or 13363296. OLE color: 13363296.

HSL color Cylindrical-coordinate representation of color #60E8CB: hue angle of 167.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E8CB is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 96 232 203 -
CMYK 0.59 0 0.12 0.09
HSL 167.21º 0.75% 0.64% -
HSV(B) 167.21º 0.59% 0.91% -
XYZ 44.46 64.51 66.61 -
YUV 188.03 136.44 62.36 -
System Red Green Blue C M Y K H S L
Decimal 96 232 203 0.59 0 0.12 0.09 167.21 0.75 0.64
Hex 60 E8 CB 3B 0 C 9 A7 4B 40
Octal 140 350 313 73 0 14 11 247 113 100
Binary 1100000 11101000 11001011 111011 0 1100 1001 10100111 1001011 1000000

Color Harmonies of #60E8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E8CB

Black with #60E8CB

Text Example


Text Example

White with #60E8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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