Html Css Color HEX #89BFAA Sea Nymph

📋 copy color: '#89BFAA'

red 137 ◦ green 191 ◦ blue 170

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

Shades of Sea Nymph #89BFAA

Tints of Sea Nymph #89BFAA

RGB

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

 GREEN value IS 191 (75% from 255) = 38.35%

 BLUE value IS 170 (66.8% from 255) = 34.14%

R = 27.51%
G = 38.35%
B = 34.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#89BFAA (or 0x89BFAA) is known color: Sea Nymph. HEX triplet: 89, BF and AA. RGB value is (137,191,170). Sum of RGB (Red+Green+Blue) = 137+191+170=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 191 - color contains mainly: green. Hex color #89BFAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BFAA is #764055. Grayscale: #ACACAC. Windows color (decimal): -7749718 or 11190153. OLE color: 11190153.

HSL color Cylindrical-coordinate representation of color #89BFAA: hue angle of 156.67º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BFAA is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 191 170 -
CMYK 0.28 0 0.11 0.25
HSL 156.67º 0.3% 0.64% -
HSV(B) 156.67º 0.28% 0.75% -
XYZ 36.2 45.48 44.9 -
YUV 172.46 126.61 102.71 -
System Red Green Blue C M Y K H S L
Decimal 137 191 170 0.28 0 0.11 0.25 156.67 0.3 0.64
Hex 89 BF AA 1C 0 B 19 9D 1E 40
Octal 211 277 252 34 0 13 31 235 36 100
Binary 10001001 10111111 10101010 11100 0 1011 11001 10011101 11110 1000000

Color Harmonies of #89BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BFAA

Black with #89BFAA

Text Example


Text Example

White with #89BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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