Html Css Color HEX #89F2BF Aquamarine

📋 copy color: '#89F2BF'

red 137 ◦ green 242 ◦ blue 191

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

Shades of Aquamarine #89F2BF

Tints of Aquamarine #89F2BF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.46%

 BLUE value IS 191 (75% from 255) = 33.51%

R = 24.04%
G = 42.46%
B = 33.51%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#89F2BF (or 0x89F2BF) is known color: Aquamarine. HEX triplet: 89, F2 and BF. RGB value is (137,242,191). Sum of RGB (Red+Green+Blue) = 137+242+191=570 (75% of max value = 765). Red value is 137 (53.91% from 255 or 24.04% from 570); Green value is 242 (94.92% from 255 or 42.46% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 242 - color contains mainly: green. Hex color #89F2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F2BF is #760D40. Grayscale: #CCCCCC. Windows color (decimal): -7736641 or 12579465. OLE color: 12579465.

HSL color Cylindrical-coordinate representation of color #89F2BF: hue angle of 150.86º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89F2BF is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 137 242 191 -
CMYK 0.43 0 0.21 0.05
HSL 150.86º 0.8% 0.74% -
HSV(B) 150.86º 0.43% 0.95% -
XYZ 51.47 72.58 60.59 -
YUV 204.79 120.21 79.65 -
System Red Green Blue C M Y K H S L
Decimal 137 242 191 0.43 0 0.21 0.05 150.86 0.8 0.74
Hex 89 F2 BF 2B 0 15 5 97 50 4A
Octal 211 362 277 53 0 25 5 227 120 112
Binary 10001001 11110010 10111111 101011 0 10101 101 10010111 1010000 1001010

Color Harmonies of #89F2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F2BF

Black with #89F2BF

Text Example


Text Example

White with #89F2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,242,191); }

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

background-color css

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

 a { background-color: rgb(137,242,191); }

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

border-color css

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

 span { border-color: rgb(137,242,191); }

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