Html Css Color HEX #60E9BA Downy

📋 copy color: '#60E9BA'

red 96 ◦ green 233 ◦ blue 186

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

Shades of Downy #60E9BA

Tints of Downy #60E9BA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.24%

 BLUE value IS 186 (73.05% from 255) = 36.12%

R = 18.64%
G = 45.24%
B = 36.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#60E9BA (or 0x60E9BA) is known color: Downy. HEX triplet: 60, E9 and BA. RGB value is (96,233,186). Sum of RGB (Red+Green+Blue) = 96+233+186=515 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.64% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #60E9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E9BA is #9F1645. Grayscale: #BABABA. Windows color (decimal): -10425926 or 12249440. OLE color: 12249440.

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

Color convert

RGB 96 233 186 -
CMYK 0.59 0 0.20 0.09
HSL 159.42º 0.76% 0.65% -
HSV(B) 159.42º 0.59% 0.91% -
XYZ 42.83 64.31 56.61 -
YUV 186.68 127.61 63.32 -
System Red Green Blue C M Y K H S L
Decimal 96 233 186 0.59 0 0.20 0.09 159.42 0.76 0.65
Hex 60 E9 BA 3B 0 14 9 9F 4C 41
Octal 140 351 272 73 0 24 11 237 114 101
Binary 1100000 11101001 10111010 111011 0 10100 1001 10011111 1001100 1000001

Color Harmonies of #60E9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E9BA

Black with #60E9BA

Text Example


Text Example

White with #60E9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,233,186); }

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

background-color css

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

 a { background-color: rgb(96,233,186); }

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

border-color css

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

 span { border-color: rgb(96,233,186); }

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