#55cbb7

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

Shades of Medium Aquamarine #55CBB7

Tints of Medium Aquamarine #55CBB7

Color information

#55CBB7 (or 0x55CBB7) is unknown color: approx Medium Aquamarine. HEX triplet: 55, CB and B7. RGB value is (85,203,183). Sum of RGB (Red+Green+Blue) = 85+203+183=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #55CBB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CBB7 is #AA3448. Grayscale: #A5A5A5. Windows color (decimal): -11154505 or 12045141. OLE color: 12045141.

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

Color convert

RGB85203183-
CMYK0.5800.100.20
HSL169.83º53.15%56.47%-
HSV(B)169.83º58.13%79.61%-
XYZ33.6548.0652.3-
YUV165.44137.9170.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.05%
GREEN value IS 203 (79.69% from 255) = 43.10%
BLUE value IS 183 (71.88% from 255) = 38.85%
R=18.05%
G=43.10%
B=38.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal852031830.5800.100.20169.8353.1556.47
Hex55CBB73A0A14aa3538
Octal12531326772012242526570
Binary10101011100101110110111111010010101010010101010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55cbb7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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