#60E3BD

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

Shades of Downy #60E3BD

Tints of Downy #60E3BD

Color information

#60E3BD (or 0x60E3BD) is unknown color: approx Downy. HEX triplet: 60, E3 and BD. RGB value is (96,227,189). Sum of RGB (Red+Green+Blue) = 96+227+189=512 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.75% from 512); Green value is 227 (89.06% from 255 or 44.34% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 227 - color contains mainly: green. Hex color #60E3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E3BD is #9F1C42. Grayscale: #B7B7B7. Windows color (decimal): -10427459 or 12444512. OLE color: 12444512.

HSL color Cylindrical-coordinate representation of color #60E3BD: hue angle of 162.6º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E3BD is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB96227189-
CMYK0.5800.170.11
HSL162.6º70.05%63.33%-
HSV(B)162.6º57.71%89.02%-
XYZ41.4861.157.75-
YUV183.5131.165.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.75%
GREEN value IS 227 (89.06% from 255) = 44.34%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=18.75%
G=44.34%
B=36.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962271890.5800.170.11162.670.0563.33
Hex60E3BD3A011Ba3463f
Octal140343275720211324310677
Binary110000011100011101111011110100100011011101000111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,227,189); }

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

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

 a { background-color: rgb(96,227,189); }

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

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

 span { border-color: rgb(96,227,189); }

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