#55CBA2

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

Shades of Medium Aquamarine #55CBA2

Tints of Medium Aquamarine #55CBA2

Color information

#55CBA2 (or 0x55CBA2) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CB and A2. RGB value is (85,203,162). Sum of RGB (Red+Green+Blue) = 85+203+162=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 162 (63.67% from 255 or 36% from 450); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CBA2 is #AA345D. Grayscale: #A3A3A3. Windows color (decimal): -11154526 or 10668885. OLE color: 10668885.

HSL color Cylindrical-coordinate representation of color #55CBA2: hue angle of 159.15º 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 #55CBA2 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB85203162-
CMYK0.5800.200.20
HSL159.15º53.15%56.47%-
HSV(B)159.15º58.13%79.61%-
XYZ31.6247.2541.64-
YUV163.04127.4172.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.89%
GREEN value IS 203 (79.69% from 255) = 45.11%
BLUE value IS 162 (63.67% from 255) = 36%
R=18.89%
G=45.11%
B=36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031620.5800.200.20159.1553.1556.47
Hex55CBA23A014149f3538
Octal12531324272024242376570
Binary101010111001011101000101110100101001010010011111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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