Html Css Color HEX #60EACE Downy

📋 copy color: '#60EACE'

red 96 ◦ green 234 ◦ blue 206

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

Shades of Downy #60EACE

Tints of Downy #60EACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.66%

 BLUE value IS 206 (80.86% from 255) = 38.43%

R = 17.91%
G = 43.66%
B = 38.43%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#60EACE (or 0x60EACE) is known color: Downy. HEX triplet: 60, EA and CE. RGB value is (96,234,206). Sum of RGB (Red+Green+Blue) = 96+234+206=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 206 (80.86% from 255 or 38.43% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #60EACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EACE is #9F1531. Grayscale: #BDBDBD. Windows color (decimal): -10425650 or 13560416. OLE color: 13560416.

HSL color Cylindrical-coordinate representation of color #60EACE: hue angle of 167.83º degrees, saturation: 0.77, 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 #60EACE is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 96 234 206 -
CMYK 0.59 0 0.12 0.08
HSL 167.83º 0.77% 0.65% -
HSV(B) 167.83º 0.59% 0.92% -
XYZ 45.39 65.79 68.7 -
YUV 189.55 137.28 61.28 -
System Red Green Blue C M Y K H S L
Decimal 96 234 206 0.59 0 0.12 0.08 167.83 0.77 0.65
Hex 60 EA CE 3B 0 C 8 A8 4D 41
Octal 140 352 316 73 0 14 10 250 115 101
Binary 1100000 11101010 11001110 111011 0 1100 1000 10101000 1001101 1000001

Color Harmonies of #60EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60EACE

Black with #60EACE

Text Example


Text Example

White with #60EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,234,206); }

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

background-color css

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

 a { background-color: rgb(96,234,206); }

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

border-color css

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

 span { border-color: rgb(96,234,206); }

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