#5BCCB9

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

Shades of Downy #5BCCB9

Tints of Downy #5BCCB9

Color information

#5BCCB9 (or 0x5BCCB9) is unknown color: approx Downy. HEX triplet: 5B, CC and B9. RGB value is (91,204,185). Sum of RGB (Red+Green+Blue) = 91+204+185=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCB9 is #A43346. Grayscale: #A8A8A8. Windows color (decimal): -10761031 or 12176475. OLE color: 12176475.

HSL color Cylindrical-coordinate representation of color #5BCCB9: hue angle of 169.91º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5BCCB9 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB91204185-
CMYK0.5500.090.2
HSL169.91º52.56%57.84%-
HSV(B)169.91º55.39%80%-
XYZ34.6648.9153.51-
YUV168.05137.5673.04-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 18.96%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 185 (72.66% from 255) = 38.54%
R=18.96%
G=42.5%
B=38.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal912041850.5500.090.2169.9152.5657.84
Hex5BCCB9370914aa353a
Octal13331427167011242526572
Binary10110111100110010111001110111010011010010101010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,204,185); }

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

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

 a { background-color: rgb(91,204,185); }

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

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

 span { border-color: rgb(91,204,185); }

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