Html Css Color HEX #60EBC9 Downy

📋 copy color: '#60EBC9'

red 96 ◦ green 235 ◦ blue 201

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

Shades of Downy #60EBC9

Tints of Downy #60EBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.17%

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

R = 18.05%
G = 44.17%
B = 37.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#60EBC9 (or 0x60EBC9) is known color: Downy. HEX triplet: 60, EB and C9. RGB value is (96,235,201). Sum of RGB (Red+Green+Blue) = 96+235+201=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EBC9 is #9F1436. Grayscale: #BDBDBD. Windows color (decimal): -10425399 or 13232992. OLE color: 13232992.

HSL color Cylindrical-coordinate representation of color #60EBC9: hue angle of 165.32º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EBC9 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 235 201 -
CMYK 0.59 0 0.14 0.08
HSL 165.32º 0.78% 0.65% -
HSV(B) 165.32º 0.59% 0.92% -
XYZ 45.07 66.12 65.65 -
YUV 189.56 134.45 61.26 -
System Red Green Blue C M Y K H S L
Decimal 96 235 201 0.59 0 0.14 0.08 165.32 0.78 0.65
Hex 60 EB C9 3B 0 E 8 A5 4E 41
Octal 140 353 311 73 0 16 10 245 116 101
Binary 1100000 11101011 11001001 111011 0 1110 1000 10100101 1001110 1000001

Color Harmonies of #60EBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EBC9

Black with #60EBC9

Text Example


Text Example

White with #60EBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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