#55CCB5

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

Shades of Medium Aquamarine #55CCB5

Tints of Medium Aquamarine #55CCB5

Color information

#55CCB5 (or 0x55CCB5) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CC and B5. RGB value is (85,204,181). Sum of RGB (Red+Green+Blue) = 85+204+181=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCB5 is #AA334A. Grayscale: #A5A5A5. Windows color (decimal): -11154251 or 11914325. OLE color: 11914325.

HSL color Cylindrical-coordinate representation of color #55CCB5: hue angle of 168.4º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCB5 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.

Color convert

RGB85204181-
CMYK0.5800.110.2
HSL168.4º53.85%56.67%-
HSV(B)168.4º58.33%80%-
XYZ33.6848.4551.29-
YUV165.8136.5870.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.09%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 181 (71.09% from 255) = 38.51%
R=18.09%
G=43.40%
B=38.51%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal852041810.5800.110.2168.453.8556.67
Hex55CCB53A0B14a83639
Octal12531426572013242506671
Binary10101011100110010110101111010010111010010101000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55CCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,204,181); }

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

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

 a { background-color: rgb(85,204,181); }

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

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

 span { border-color: rgb(85,204,181); }

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