Html Css Color HEX #89FABA Aquamarine

📋 copy color: '#89FABA'

red 137 ◦ green 250 ◦ blue 186

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

Shades of Aquamarine #89FABA

Tints of Aquamarine #89FABA

RGB

 RED value IS 137 (53.91% from 255) = 23.91%

 GREEN value IS 250 (98.05% from 255) = 43.63%

 BLUE value IS 186 (73.05% from 255) = 32.46%

R = 23.91%
G = 43.63%
B = 32.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#89FABA (or 0x89FABA) is known color: Aquamarine. HEX triplet: 89, FA and BA. RGB value is (137,250,186). Sum of RGB (Red+Green+Blue) = 137+250+186=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 250 (98.05% from 255 or 43.63% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 250 - color contains mainly: green. Hex color #89FABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FABA is #760545. Grayscale: #D1D1D1. Windows color (decimal): -7734598 or 12253833. OLE color: 12253833.

HSL color Cylindrical-coordinate representation of color #89FABA: hue angle of 146.02º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89FABA is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 250 186 -
CMYK 0.45 0 0.26 0.02
HSL 146.02º 0.92% 0.76% -
HSV(B) 146.02º 0.45% 0.98% -
XYZ 53.37 77.23 58.55 -
YUV 208.92 115.06 76.7 -
System Red Green Blue C M Y K H S L
Decimal 137 250 186 0.45 0 0.26 0.02 146.02 0.92 0.76
Hex 89 FA BA 2D 0 1A 2 92 5C 4C
Octal 211 372 272 55 0 32 2 222 134 114
Binary 10001001 11111010 10111010 101101 0 11010 10 10010010 1011100 1001100

Color Harmonies of #89FABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FABA

Black with #89FABA

Text Example


Text Example

White with #89FABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89FABA; }

 p { color: rgb(137,250,186); }

 H1.HeaderClassName
 {
   color: #89FABA;
 }
 .AnyTagClassName
 {
   color: #89FABA;
 }
</style>

background-color css

<style>
 a { background-color: #89FABA; }

 a { background-color: rgb(137,250,186); }

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

border-color css

<style>
 span { border-color: #89FABA; }

 span { border-color: rgb(137,250,186); }

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