Html Css Color HEX #89F8BC Aquamarine

📋 copy color: '#89F8BC'

red 137 ◦ green 248 ◦ blue 188

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

Shades of Aquamarine #89F8BC

Tints of Aquamarine #89F8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.81%

R = 23.91%
G = 43.28%
B = 32.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#89F8BC (or 0x89F8BC) is known color: Aquamarine. HEX triplet: 89, F8 and BC. RGB value is (137,248,188). Sum of RGB (Red+Green+Blue) = 137+248+188=573 (75% of max value = 765). Red value is 137 (53.91% from 255 or 23.91% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 188 (73.83% from 255 or 32.81% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #89F8BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89F8BC is #760743. Grayscale: #D0D0D0. Windows color (decimal): -7735108 or 12384393. OLE color: 12384393.

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

Color convert

RGB 137 248 188 -
CMYK 0.45 0 0.24 0.03
HSL 147.57º 0.89% 0.75% -
HSV(B) 147.57º 0.45% 0.97% -
XYZ 52.96 76.08 59.47 -
YUV 207.97 116.73 77.38 -
System Red Green Blue C M Y K H S L
Decimal 137 248 188 0.45 0 0.24 0.03 147.57 0.89 0.75
Hex 89 F8 BC 2D 0 18 3 94 59 4B
Octal 211 370 274 55 0 30 3 224 131 113
Binary 10001001 11111000 10111100 101101 0 11000 11 10010100 1011001 1001011

Color Harmonies of #89F8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89F8BC

Black with #89F8BC

Text Example


Text Example

White with #89F8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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