Html Css Color HEX #89BCAA Sea Nymph

📋 copy color: '#89BCAA'

red 137 ◦ green 188 ◦ blue 170

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

Shades of Sea Nymph #89BCAA

Tints of Sea Nymph #89BCAA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.98%

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

R = 27.68%
G = 37.98%
B = 34.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#89BCAA (or 0x89BCAA) is known color: Sea Nymph. HEX triplet: 89, BC and AA. RGB value is (137,188,170). Sum of RGB (Red+Green+Blue) = 137+188+170=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #89BCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BCAA is #764355. Grayscale: #AAAAAA. Windows color (decimal): -7750486 or 11189385. OLE color: 11189385.

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

Color convert

RGB 137 188 170 -
CMYK 0.27 0 0.10 0.26
HSL 158.82º 0.28% 0.64% -
HSV(B) 158.82º 0.27% 0.74% -
XYZ 35.56 44.19 44.69 -
YUV 170.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 137 188 170 0.27 0 0.10 0.26 158.82 0.28 0.64
Hex 89 BC AA 1B 0 A 1A 9F 1C 40
Octal 211 274 252 33 0 12 32 237 34 100
Binary 10001001 10111100 10101010 11011 0 1010 11010 10011111 11100 1000000

Color Harmonies of #89BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BCAA

Black with #89BCAA

Text Example


Text Example

White with #89BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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