Html Css Color HEX #60EDC3 Downy

📋 copy color: '#60EDC3'

red 96 ◦ green 237 ◦ blue 195

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

Shades of Downy #60EDC3

Tints of Downy #60EDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.93%

R = 18.18%
G = 44.89%
B = 36.93%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#60EDC3 (or 0x60EDC3) is known color: Downy. HEX triplet: 60, ED and C3. RGB value is (96,237,195). Sum of RGB (Red+Green+Blue) = 96+237+195=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 237 (92.97% from 255 or 44.89% from 528); Blue value is 195 (76.56% from 255 or 36.93% from 528); Max value from RGB is 237 - color contains mainly: green. Hex color #60EDC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EDC3 is #9F123C. Grayscale: #BEBEBE. Windows color (decimal): -10424893 or 12840288. OLE color: 12840288.

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

Color convert

RGB 96 237 195 -
CMYK 0.59 0 0.18 0.07
HSL 162.13º 0.8% 0.65% -
HSV(B) 162.13º 0.59% 0.93% -
XYZ 44.96 67 62.19 -
YUV 190.05 130.79 60.92 -
System Red Green Blue C M Y K H S L
Decimal 96 237 195 0.59 0 0.18 0.07 162.13 0.8 0.65
Hex 60 ED C3 3B 0 12 7 A2 50 41
Octal 140 355 303 73 0 22 7 242 120 101
Binary 1100000 11101101 11000011 111011 0 10010 111 10100010 1010000 1000001

Color Harmonies of #60EDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EDC3

Black with #60EDC3

Text Example


Text Example

White with #60EDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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