#5BEDBE

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

Shades of Downy #5BEDBE

Tints of Downy #5BEDBE

Color information

#5BEDBE (or 0x5BEDBE) is unknown color: approx Downy. HEX triplet: 5B, ED and BE. RGB value is (91,237,190). Sum of RGB (Red+Green+Blue) = 91+237+190=518 (68% of max value = 765). Red value is 91 (35.94% from 255 or 17.57% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #5BEDBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5BEDBE is #A41241. Grayscale: #BCBCBC. Windows color (decimal): -10752578 or 12512603. OLE color: 12512603.

HSL color Cylindrical-coordinate representation of color #5BEDBE: hue angle of 160.68º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BEDBE is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB91237190-
CMYK0.6200.200.07
HSL160.68º80.22%64.31%-
HSV(B)160.68º61.6%92.94%-
XYZ43.8966.5159.24-
YUV187.99129.1358.82-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 17.57%
GREEN value IS 237 (92.97% from 255) = 45.75%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=17.57%
G=45.75%
B=36.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal912371900.6200.200.07160.6880.2264.31
Hex5BEDBE3E0147a15040
Octal133355276760247241120100
Binary101101111101101101111101111100101001111010000110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BEDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,237,190); }

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

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

 a { background-color: rgb(91,237,190); }

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

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

 span { border-color: rgb(91,237,190); }

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