#5BCBB4

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

Shades of Medium Aquamarine #5BCBB4

Tints of Medium Aquamarine #5BCBB4

Color information

#5BCBB4 (or 0x5BCBB4) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CB and B4. RGB value is (91,203,180). Sum of RGB (Red+Green+Blue) = 91+203+180=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #5BCBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCBB4 is #A4344B. Grayscale: #A6A6A6. Windows color (decimal): -10761292 or 11848539. OLE color: 11848539.

HSL color Cylindrical-coordinate representation of color #5BCBB4: hue angle of 167.68º degrees, saturation: 0.52, 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 #5BCBB4 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB91203180-
CMYK0.5500.110.20
HSL167.68º51.85%57.65%-
HSV(B)167.68º55.17%79.61%-
XYZ33.9148.2350.7-
YUV166.89135.3973.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.20%
GREEN value IS 203 (79.69% from 255) = 42.83%
BLUE value IS 180 (70.70% from 255) = 37.97%
R=19.20%
G=42.83%
B=37.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal912031800.5500.110.20167.6851.8557.65
Hex5BCBB4370B14a8343a
Octal13331326467013242506472
Binary10110111100101110110100110111010111010010101000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,203,180); }

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

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

 a { background-color: rgb(91,203,180); }

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

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

 span { border-color: rgb(91,203,180); }

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