#5EC8BF

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

Shades of Downy #5EC8BF

Tints of Downy #5EC8BF

Color information

#5EC8BF (or 0x5EC8BF) is unknown color: approx Downy. HEX triplet: 5E, C8 and BF. RGB value is (94,200,191). Sum of RGB (Red+Green+Blue) = 94+200+191=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 191 (75% from 255 or 39.38% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #5EC8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5EC8BF is #A13740. Grayscale: #A7A7A7. Windows color (decimal): -10565441 or 12568670. OLE color: 12568670.

HSL color Cylindrical-coordinate representation of color #5EC8BF: hue angle of 174.91º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5EC8BF is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB94200191-
CMYK0.5300.040.22
HSL174.91º49.07%57.65%-
HSV(B)174.91º53%78.43%-
XYZ34.6747.4556.62-
YUV167.28141.3875.73-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 19.38%
GREEN value IS 200 (78.52% from 255) = 41.24%
BLUE value IS 191 (75% from 255) = 39.38%
R=19.38%
G=41.24%
B=39.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal942001910.5300.040.22174.9149.0757.65
Hex5EC8BF350416af313a
Octal1363102776504262576172
Binary1011110110010001011111111010101001011010101111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EC8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EC8BF; }

 p { color: rgb(94,200,191); }

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

<style>
 a { background-color: #5EC8BF; }

 a { background-color: rgb(94,200,191); }

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

<style>
 span { border-color: #5EC8BF; }

 span { border-color: rgb(94,200,191); }

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