Html Css Color HEX #89F8BA Aquamarine

📋 copy color: '#89F8BA'

red 137 ◦ green 248 ◦ blue 186

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

Shades of Aquamarine #89F8BA

Tints of Aquamarine #89F8BA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.43%

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

R = 23.99%
G = 43.43%
B = 32.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#89F8BA (or 0x89F8BA) is known color: Aquamarine. HEX triplet: 89, F8 and BA. RGB value is (137,248,186). Sum of RGB (Red+Green+Blue) = 137+248+186=571 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.99% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F8BA is #760745. Grayscale: #CFCFCF. Windows color (decimal): -7735110 or 12253321. OLE color: 12253321.

HSL color Cylindrical-coordinate representation of color #89F8BA: hue angle of 146.49º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89F8BA is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB 137 248 186 -
CMYK 0.45 0 0.25 0.03
HSL 146.49º 0.89% 0.75% -
HSV(B) 146.49º 0.45% 0.97% -
XYZ 52.75 76 58.34 -
YUV 207.74 115.73 77.54 -
System Red Green Blue C M Y K H S L
Decimal 137 248 186 0.45 0 0.25 0.03 146.49 0.89 0.75
Hex 89 F8 BA 2D 0 19 3 92 59 4B
Octal 211 370 272 55 0 31 3 222 131 113
Binary 10001001 11111000 10111010 101101 0 11001 11 10010010 1011001 1001011

Color Harmonies of #89F8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F8BA

Black with #89F8BA

Text Example


Text Example

White with #89F8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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