#60E4D0

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

Shades of Downy #60E4D0

Tints of Downy #60E4D0

Color information

#60E4D0 (or 0x60E4D0) is unknown color: approx Downy. HEX triplet: 60, E4 and D0. RGB value is (96,228,208). Sum of RGB (Red+Green+Blue) = 96+228+208=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 228 (89.45% from 255 or 42.86% from 532); Blue value is 208 (81.64% from 255 or 39.10% from 532); Max value from RGB is 228 - color contains mainly: green. Hex color #60E4D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60E4D0 is #9F1B2F. Grayscale: #BABABA. Windows color (decimal): -10427184 or 13689952. OLE color: 13689952.

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

Color convert

RGB96228208-
CMYK0.5800.090.11
HSL170.91º70.97%63.53%-
HSV(B)170.91º57.89%89.41%-
XYZ43.9562.5369.43-
YUV186.25140.2763.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.05%
GREEN value IS 228 (89.45% from 255) = 42.86%
BLUE value IS 208 (81.64% from 255) = 39.10%
R=18.05%
G=42.86%
B=39.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962282080.5800.090.11170.9170.9763.53
Hex60E4D03A09Bab4740
Octal1403443207201113253107100
Binary110000011100100110100001110100100110111010101110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,228,208); }

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

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

 a { background-color: rgb(96,228,208); }

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

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

 span { border-color: rgb(96,228,208); }

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