Html Css Color HEX #89BBAC Sea Nymph

📋 copy color: '#89BBAC'

red 137 ◦ green 187 ◦ blue 172

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

Shades of Sea Nymph #89BBAC

Tints of Sea Nymph #89BBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.7%

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 27.62%
G = 37.7%
B = 34.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#89BBAC (or 0x89BBAC) is known color: Sea Nymph. HEX triplet: 89, BB and AC. RGB value is (137,187,172). Sum of RGB (Red+Green+Blue) = 137+187+172=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 187 - color contains mainly: green. Hex color #89BBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BBAC is #764453. Grayscale: #AAAAAA. Windows color (decimal): -7750740 or 11320201. OLE color: 11320201.

HSL color Cylindrical-coordinate representation of color #89BBAC: hue angle of 162º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #89BBAC is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 187 172 -
CMYK 0.27 0 0.08 0.27
HSL 162º 0.27% 0.64% -
HSV(B) 162º 0.27% 0.73% -
XYZ 35.53 43.84 45.62 -
YUV 170.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 137 187 172 0.27 0 0.08 0.27 162 0.27 0.64
Hex 89 BB AC 1B 0 8 1B A2 1B 40
Octal 211 273 254 33 0 10 33 242 33 100
Binary 10001001 10111011 10101100 11011 0 1000 11011 10100010 11011 1000000

Color Harmonies of #89BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BBAC

Black with #89BBAC

Text Example


Text Example

White with #89BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,187,172); }

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

background-color css

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

 a { background-color: rgb(137,187,172); }

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

border-color css

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

 span { border-color: rgb(137,187,172); }

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