Html Css Color HEX #55FBAB Medium Aquamarine

📋 copy color: '#55FBAB'

red 85 ◦ green 251 ◦ blue 171

#55FBAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #55FBAB

Tints of Medium Aquamarine #55FBAB

RGB

 RED value IS 85 (33.59% from 255) = 16.77%

 GREEN value IS 251 (98.44% from 255) = 49.51%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 16.77%
G = 49.51%
B = 33.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#55FBAB (or 0x55FBAB) is known color: Medium Aquamarine. HEX triplet: 55, FB and AB. RGB value is (85,251,171). Sum of RGB (Red+Green+Blue) = 85+251+171=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #55FBAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FBAB is #AA0454. Grayscale: #C0C0C0. Windows color (decimal): -11142229 or 11270997. OLE color: 11270997.

HSL color Cylindrical-coordinate representation of color #55FBAB: hue angle of 151.08º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FBAB is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 251 171 -
CMYK 0.66 0 0.32 0.02
HSL 151.08º 0.95% 0.66% -
HSV(B) 151.08º 0.66% 0.98% -
XYZ 45.59 73.87 50.38 -
YUV 192.25 116 51.5 -
System Red Green Blue C M Y K H S L
Decimal 85 251 171 0.66 0 0.32 0.02 151.08 0.95 0.66
Hex 55 FB AB 42 0 20 2 97 5F 42
Octal 125 373 253 102 0 40 2 227 137 102
Binary 1010101 11111011 10101011 1000010 0 100000 10 10010111 1011111 1000010

Color Harmonies of #55FBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FBAB

Black with #55FBAB

Text Example


Text Example

White with #55FBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,251,171); }

 H1.HeaderClassName
 {
   color: #55FBAB;
 }
 .AnyTagClassName
 {
   color: #55FBAB;
 }
</style>

background-color css

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

 a { background-color: rgb(85,251,171); }

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

border-color css

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

 span { border-color: rgb(85,251,171); }

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