Html Css Color HEX #60EDBC Downy

📋 copy color: '#60EDBC'

red 96 ◦ green 237 ◦ blue 188

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

Shades of Downy #60EDBC

Tints of Downy #60EDBC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.49%

 BLUE value IS 188 (73.83% from 255) = 36.08%

R = 18.43%
G = 45.49%
B = 36.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#60EDBC (or 0x60EDBC) is known color: Downy. HEX triplet: 60, ED and BC. RGB value is (96,237,188). Sum of RGB (Red+Green+Blue) = 96+237+188=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 237 (92.97% from 255 or 45.49% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EDBC is #9F1243. Grayscale: #BDBDBD. Windows color (decimal): -10424900 or 12381536. OLE color: 12381536.

HSL color Cylindrical-coordinate representation of color #60EDBC: hue angle of 159.15º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EDBC is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 237 188 -
CMYK 0.59 0 0.21 0.07
HSL 159.15º 0.8% 0.65% -
HSV(B) 159.15º 0.59% 0.93% -
XYZ 44.19 66.69 58.12 -
YUV 189.26 127.29 61.48 -
System Red Green Blue C M Y K H S L
Decimal 96 237 188 0.59 0 0.21 0.07 159.15 0.8 0.65
Hex 60 ED BC 3B 0 15 7 9F 50 41
Octal 140 355 274 73 0 25 7 237 120 101
Binary 1100000 11101101 10111100 111011 0 10101 111 10011111 1010000 1000001

Color Harmonies of #60EDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EDBC

Black with #60EDBC

Text Example


Text Example

White with #60EDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,237,188); }

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

background-color css

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

 a { background-color: rgb(96,237,188); }

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

border-color css

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

 span { border-color: rgb(96,237,188); }

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