Html Css Color HEX #60E0BC Downy

📋 copy color: '#60E0BC'

red 96 ◦ green 224 ◦ blue 188

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

Shades of Downy #60E0BC

Tints of Downy #60E0BC

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.09%

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 18.9%
G = 44.09%
B = 37.01%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#60E0BC (or 0x60E0BC) is known color: Downy. HEX triplet: 60, E0 and BC. RGB value is (96,224,188). Sum of RGB (Red+Green+Blue) = 96+224+188=508 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.90% from 508); Green value is 224 (87.89% from 255 or 44.09% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 224 - color contains mainly: green. Hex color #60E0BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E0BC is #9F1F43. Grayscale: #B5B5B5. Windows color (decimal): -10428228 or 12378208. OLE color: 12378208.

HSL color Cylindrical-coordinate representation of color #60E0BC: hue angle of 163.12º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E0BC is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 224 188 -
CMYK 0.57 0 0.16 0.12
HSL 163.13º 0.67% 0.63% -
HSV(B) 163.13º 0.57% 0.88% -
XYZ 40.56 59.43 56.91 -
YUV 181.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 96 224 188 0.57 0 0.16 0.12 163.13 0.67 0.63
Hex 60 E0 BC 39 0 10 C A3 43 3F
Octal 140 340 274 71 0 20 14 243 103 77
Binary 1100000 11100000 10111100 111001 0 10000 1100 10100011 1000011 111111

Color Harmonies of #60E0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60E0BC

Black with #60E0BC

Text Example


Text Example

White with #60E0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,224,188); }

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

background-color css

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

 a { background-color: rgb(96,224,188); }

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

border-color css

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

 span { border-color: rgb(96,224,188); }

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