Html Css Color HEX #60ECC9 Downy

📋 copy color: '#60ECC9'

red 96 ◦ green 236 ◦ blue 201

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

Shades of Downy #60ECC9

Tints of Downy #60ECC9

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.28%

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 18.01%
G = 44.28%
B = 37.71%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#60ECC9 (or 0x60ECC9) is known color: Downy. HEX triplet: 60, EC and C9. RGB value is (96,236,201). Sum of RGB (Red+Green+Blue) = 96+236+201=533 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.01% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #60ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60ECC9 is #9F1336. Grayscale: #BEBEBE. Windows color (decimal): -10425143 or 13233248. OLE color: 13233248.

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

Color convert

RGB 96 236 201 -
CMYK 0.59 0 0.15 0.07
HSL 165º 0.79% 0.65% -
HSV(B) 165º 0.59% 0.93% -
XYZ 45.36 66.69 65.74 -
YUV 190.15 134.12 60.85 -
System Red Green Blue C M Y K H S L
Decimal 96 236 201 0.59 0 0.15 0.07 165 0.79 0.65
Hex 60 EC C9 3B 0 F 7 A5 4F 41
Octal 140 354 311 73 0 17 7 245 117 101
Binary 1100000 11101100 11001001 111011 0 1111 111 10100101 1001111 1000001

Color Harmonies of #60ECC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ECC9

Black with #60ECC9

Text Example


Text Example

White with #60ECC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,236,201); }

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

background-color css

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

 a { background-color: rgb(96,236,201); }

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

border-color css

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

 span { border-color: rgb(96,236,201); }

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