#55f3a3

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

Shades of Medium Aquamarine #55F3A3

Tints of Medium Aquamarine #55F3A3

Color information

#55F3A3 (or 0x55F3A3) is unknown color: approx Medium Aquamarine. HEX triplet: 55, F3 and A3. RGB value is (85,243,163). Sum of RGB (Red+Green+Blue) = 85+243+163=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 243 (95.31% from 255 or 49.49% from 491); Blue value is 163 (64.06% from 255 or 33.20% from 491); Max value from RGB is 243 - color contains mainly: green. Hex color #55F3A3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F3A3 is #AA0C5C. Grayscale: #BABABA. Windows color (decimal): -11144285 or 10744661. OLE color: 10744661.

HSL color Cylindrical-coordinate representation of color #55F3A3: hue angle of 149.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F3A3 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB85243163-
CMYK0.6500.330.05
HSL149.62º86.81%64.31%-
HSV(B)149.62º65.02%95.29%-
XYZ42.4168.6845.67-
YUV186.64114.6555.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.31%
GREEN value IS 243 (95.31% from 255) = 49.49%
BLUE value IS 163 (64.06% from 255) = 33.20%
R=17.31%
G=49.49%
B=33.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal852431630.6500.330.05149.6286.8164.31
Hex55F3A3410215965740
Octal1253632431010415226127100
Binary10101011111001110100011100000101000011011001011010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55f3a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,243,163); }

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

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

 a { background-color: rgb(85,243,163); }

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

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

 span { border-color: rgb(85,243,163); }

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