#5BCEBA

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

Shades of Downy #5BCEBA

Tints of Downy #5BCEBA

Color information

#5BCEBA (or 0x5BCEBA) is unknown color: approx Downy. HEX triplet: 5B, CE and BA. RGB value is (91,206,186). Sum of RGB (Red+Green+Blue) = 91+206+186=483 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.84% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #5BCEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCEBA is #A43145. Grayscale: #A9A9A9. Windows color (decimal): -10760518 or 12242523. OLE color: 12242523.

HSL color Cylindrical-coordinate representation of color #5BCEBA: hue angle of 169.57º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5BCEBA is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB91206186-
CMYK0.5600.100.19
HSL169.57º53.99%58.24%-
HSV(B)169.57º55.83%80.78%-
XYZ35.2549.9154.23-
YUV169.34137.472.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.84%
GREEN value IS 206 (80.86% from 255) = 42.65%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=18.84%
G=42.65%
B=38.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal912061860.5600.100.19169.5753.9958.24
Hex5BCEBA380A13aa363a
Octal13331627270012232526672
Binary10110111100111010111010111000010101001110101010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,206,186); }

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

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

 a { background-color: rgb(91,206,186); }

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

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

 span { border-color: rgb(91,206,186); }

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