#5BCCB3

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

Shades of Medium Aquamarine #5BCCB3

Tints of Medium Aquamarine #5BCCB3

Color information

#5BCCB3 (or 0x5BCCB3) is unknown color: approx Medium Aquamarine. HEX triplet: 5B, CC and B3. RGB value is (91,204,179). Sum of RGB (Red+Green+Blue) = 91+204+179=474 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.20% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #5BCCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BCCB3 is #A4334C. Grayscale: #A7A7A7. Windows color (decimal): -10761037 or 11783259. OLE color: 11783259.

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

Color convert

RGB91204179-
CMYK0.5500.120.2
HSL166.73º52.56%57.84%-
HSV(B)166.73º55.39%80%-
XYZ34.0448.6650.25-
YUV167.36134.5673.53-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.20%
GREEN value IS 204 (80.08% from 255) = 43.04%
BLUE value IS 179 (70.31% from 255) = 37.76%
R=19.20%
G=43.04%
B=37.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal912041790.5500.120.2166.7352.5657.84
Hex5BCCB3370C14a7353a
Octal13331426367014242476572
Binary10110111100110010110011110111011001010010100111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BCCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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