#60EBB9

Color #60EBB9 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #60EBB9

Tints of Downy #60EBB9

Color information

#60EBB9 (or 0x60EBB9) is unknown color: approx Downy. HEX triplet: 60, EB and B9. RGB value is (96,235,185). Sum of RGB (Red+Green+Blue) = 96+235+185=516 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.60% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 235 - color contains mainly: green. Hex color #60EBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60EBB9 is #9F1446. Grayscale: #BBBBBB. Windows color (decimal): -10425415 or 12184416. OLE color: 12184416.

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

Color convert

RGB96235185-
CMYK0.5900.210.08
HSL158.42º77.65%64.9%-
HSV(B)158.42º59.15%92.16%-
XYZ43.2965.4156.24-
YUV187.74126.4562.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.60%
GREEN value IS 235 (92.19% from 255) = 45.54%
BLUE value IS 185 (72.66% from 255) = 35.85%
R=18.60%
G=45.54%
B=35.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962351850.5900.210.08158.4277.6564.9
Hex60EBB93B01589e4e41
Octal1403532717302510236116101
Binary1100000111010111011100111101101010110001001111010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60EBB9;
 }
 .AnyTagClassName
 {
   color: #60EBB9;
 }
</style>
background-color css

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

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

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

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

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

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