Html Css Color HEX #89FAC2 Aquamarine

📋 copy color: '#89FAC2'

red 137 ◦ green 250 ◦ blue 194

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

Shades of Aquamarine #89FAC2

Tints of Aquamarine #89FAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.39%

R = 23.58%
G = 43.03%
B = 33.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#89FAC2 (or 0x89FAC2) is known color: Aquamarine. HEX triplet: 89, FA and C2. RGB value is (137,250,194). Sum of RGB (Red+Green+Blue) = 137+250+194=581 (76% of max value = 765). Red value is 137 (53.91% from 255 or 23.58% from 581); Green value is 250 (98.05% from 255 or 43.03% from 581); Blue value is 194 (76.17% from 255 or 33.39% from 581); Max value from RGB is 250 - color contains mainly: green. Hex color #89FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89FAC2 is #76053D. Grayscale: #D1D1D1. Windows color (decimal): -7734590 or 12778121. OLE color: 12778121.

HSL color Cylindrical-coordinate representation of color #89FAC2: hue angle of 150.27º 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 #89FAC2 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 137 250 194 -
CMYK 0.45 0 0.22 0.02
HSL 150.27º 0.92% 0.76% -
HSV(B) 150.27º 0.45% 0.98% -
XYZ 54.24 77.58 63.16 -
YUV 209.83 119.06 76.05 -
System Red Green Blue C M Y K H S L
Decimal 137 250 194 0.45 0 0.22 0.02 150.27 0.92 0.76
Hex 89 FA C2 2D 0 16 2 96 5C 4C
Octal 211 372 302 55 0 26 2 226 134 114
Binary 10001001 11111010 11000010 101101 0 10110 10 10010110 1011100 1001100

Color Harmonies of #89FAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89FAC2

Black with #89FAC2

Text Example


Text Example

White with #89FAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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