#55cba0

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

Shades of Medium Aquamarine #55CBA0

Tints of Medium Aquamarine #55CBA0

Color information

#55CBA0 (or 0x55CBA0) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CB and A0. RGB value is (85,203,160). Sum of RGB (Red+Green+Blue) = 85+203+160=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBA0 is #AA345F. Grayscale: #A2A2A2. Windows color (decimal): -11154528 or 10537813. OLE color: 10537813.

HSL color Cylindrical-coordinate representation of color #55CBA0: hue angle of 158.14º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CBA0 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB85203160-
CMYK0.5800.210.20
HSL158.14º53.15%56.47%-
HSV(B)158.14º58.13%79.61%-
XYZ31.4547.1840.71-
YUV162.82126.4172.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.97%
GREEN value IS 203 (79.69% from 255) = 45.31%
BLUE value IS 160 (62.89% from 255) = 35.71%
R=18.97%
G=45.31%
B=35.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031600.5800.210.20158.1453.1556.47
Hex55CBA03A015149e3538
Octal12531324072025242366570
Binary101010111001011101000001110100101011010010011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55cba0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55cba0; }

 p { color: rgb(85,203,160); }

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

<style>
 a { background-color: #55cba0; }

 a { background-color: rgb(85,203,160); }

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

<style>
 span { border-color: #55cba0; }

 span { border-color: rgb(85,203,160); }

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