#60E8C1

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

Shades of Downy #60E8C1

Tints of Downy #60E8C1

Color information

#60E8C1 (or 0x60E8C1) is unknown color: approx Downy. HEX triplet: 60, E8 and C1. RGB value is (96,232,193). Sum of RGB (Red+Green+Blue) = 96+232+193=521 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.43% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #60E8C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60E8C1 is #9F173E. Grayscale: #BABABA. Windows color (decimal): -10426175 or 12707936. OLE color: 12707936.

HSL color Cylindrical-coordinate representation of color #60E8C1: hue angle of 162.79º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E8C1 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.

Color convert

RGB96232193-
CMYK0.5900.170.09
HSL162.79º74.73%64.31%-
HSV(B)162.79º58.62%90.98%-
XYZ43.3164.0560.53-
YUV186.89131.4463.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.43%
GREEN value IS 232 (91.02% from 255) = 44.53%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=18.43%
G=44.53%
B=37.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal962321930.5900.170.09162.7974.7364.31
Hex60E8C13B0119a34b40
Octal1403503017302111243113100
Binary1100000111010001100000111101101000110011010001110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,232,193); }

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

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

 a { background-color: rgb(96,232,193); }

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

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

 span { border-color: rgb(96,232,193); }

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