#5BE0C5

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

Shades of Downy #5BE0C5

Tints of Downy #5BE0C5

Color information

#5BE0C5 (or 0x5BE0C5) is unknown color: approx Downy. HEX triplet: 5B, E0 and C5. RGB value is (91,224,197). Sum of RGB (Red+Green+Blue) = 91+224+197=512 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.77% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0C5 is #A41F3A. Grayscale: #B5B5B5. Windows color (decimal): -10755899 or 12968027. OLE color: 12968027.

HSL color Cylindrical-coordinate representation of color #5BE0C5: hue angle of 167.82º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5BE0C5 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB91224197-
CMYK0.5900.120.12
HSL167.82º68.21%61.76%-
HSV(B)167.82º59.38%87.84%-
XYZ41.0559.5762.16-
YUV181.16136.9463.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.77%
GREEN value IS 224 (87.89% from 255) = 43.75%
BLUE value IS 197 (77.34% from 255) = 38.48%
R=17.77%
G=43.75%
B=38.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal912241970.5900.120.12167.8268.2161.76
Hex5BE0C53B0CCa8443e
Octal133340305730141425010476
Binary10110111110000011000101111011011001100101010001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,224,197); }

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

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

 a { background-color: rgb(91,224,197); }

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

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

 span { border-color: rgb(91,224,197); }

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