#5BE0C4

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

Shades of Downy #5BE0C4

Tints of Downy #5BE0C4

Color information

#5BE0C4 (or 0x5BE0C4) is unknown color: approx Downy. HEX triplet: 5B, E0 and C4. RGB value is (91,224,196). Sum of RGB (Red+Green+Blue) = 91+224+196=511 (67% of max value = 765). Red value is 91 (35.94% from 255 or 17.81% from 511); Green value is 224 (87.89% from 255 or 43.84% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 224 - color contains mainly: green. Hex color #5BE0C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BE0C4 is #A41F3B. Grayscale: #B5B5B5. Windows color (decimal): -10755900 or 12902491. OLE color: 12902491.

HSL color Cylindrical-coordinate representation of color #5BE0C4: hue angle of 167.37º 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 #5BE0C4 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB91224196-
CMYK0.5900.120.12
HSL167.37º68.21%61.76%-
HSV(B)167.37º59.38%87.84%-
XYZ40.9359.5261.56-
YUV181.04136.4463.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.81%
GREEN value IS 224 (87.89% from 255) = 43.84%
BLUE value IS 196 (76.95% from 255) = 38.36%
R=17.81%
G=43.84%
B=38.36%

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
Decimal912241960.5900.120.12167.3768.2161.76
Hex5BE0C43B0CCa7443e
Octal133340304730141424710476
Binary10110111110000011000100111011011001100101001111000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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