Html Css Color HEX #60EDB7 Downy

📋 copy color: '#60EDB7'

red 96 ◦ green 237 ◦ blue 183

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

Shades of Downy #60EDB7

Tints of Downy #60EDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.47%

R = 18.6%
G = 45.93%
B = 35.47%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#60EDB7 (or 0x60EDB7) is known color: Downy. HEX triplet: 60, ED and B7. RGB value is (96,237,183). Sum of RGB (Red+Green+Blue) = 96+237+183=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDB7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EDB7 is #9F1248. Grayscale: #BCBCBC. Windows color (decimal): -10424905 or 12053856. OLE color: 12053856.

HSL color Cylindrical-coordinate representation of color #60EDB7: hue angle of 157.02º 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 #60EDB7 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 237 183 -
CMYK 0.59 0 0.23 0.07
HSL 157.02º 0.8% 0.65% -
HSV(B) 157.02º 0.59% 0.93% -
XYZ 43.66 66.47 55.33 -
YUV 188.69 124.79 61.89 -
System Red Green Blue C M Y K H S L
Decimal 96 237 183 0.59 0 0.23 0.07 157.02 0.8 0.65
Hex 60 ED B7 3B 0 17 7 9D 50 41
Octal 140 355 267 73 0 27 7 235 120 101
Binary 1100000 11101101 10110111 111011 0 10111 111 10011101 1010000 1000001

Color Harmonies of #60EDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EDB7

Black with #60EDB7

Text Example


Text Example

White with #60EDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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