#60E2BF

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

Shades of Downy #60E2BF

Tints of Downy #60E2BF

Color information

#60E2BF (or 0x60E2BF) is unknown color: approx Downy. HEX triplet: 60, E2 and BF. RGB value is (96,226,191). Sum of RGB (Red+Green+Blue) = 96+226+191=513 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.71% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #60E2BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E2BF is #9F1D40. Grayscale: #B7B7B7. Windows color (decimal): -10427713 or 12575328. OLE color: 12575328.

HSL color Cylindrical-coordinate representation of color #60E2BF: hue angle of 163.85º degrees, saturation: 0.69, 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 #60E2BF is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB96226191-
CMYK0.5800.150.11
HSL163.85º69.15%63.14%-
HSV(B)163.85º57.52%88.63%-
XYZ41.4260.6458.81-
YUV183.14132.4365.85-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.71%
GREEN value IS 226 (88.67% from 255) = 44.05%
BLUE value IS 191 (75% from 255) = 37.23%
R=18.71%
G=44.05%
B=37.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962261910.5800.150.11163.8569.1563.14
Hex60E2BF3A0FBa4453f
Octal140342277720171324410577
Binary11000001110001010111111111010011111011101001001000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,226,191); }

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

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

 a { background-color: rgb(96,226,191); }

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

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

 span { border-color: rgb(96,226,191); }

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