Html Css Color HEX #89BDAE Sea Nymph

📋 copy color: '#89BDAE'

red 137 ◦ green 189 ◦ blue 174

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

Shades of Sea Nymph #89BDAE

Tints of Sea Nymph #89BDAE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

 BLUE value IS 174 (68.36% from 255) = 34.8%

R = 27.4%
G = 37.8%
B = 34.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#89BDAE (or 0x89BDAE) is known color: Sea Nymph. HEX triplet: 89, BD and AE. RGB value is (137,189,174). Sum of RGB (Red+Green+Blue) = 137+189+174=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 174 (68.36% from 255 or 34.8% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #89BDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BDAE is #764251. Grayscale: #ABABAB. Windows color (decimal): -7750226 or 11451785. OLE color: 11451785.

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

Color convert

RGB 137 189 174 -
CMYK 0.28 0 0.08 0.26
HSL 162.69º 0.28% 0.64% -
HSV(B) 162.69º 0.28% 0.74% -
XYZ 36.15 44.77 46.78 -
YUV 171.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 137 189 174 0.28 0 0.08 0.26 162.69 0.28 0.64
Hex 89 BD AE 1C 0 8 1A A3 1C 40
Octal 211 275 256 34 0 10 32 243 34 100
Binary 10001001 10111101 10101110 11100 0 1000 11010 10100011 11100 1000000

Color Harmonies of #89BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BDAE

Black with #89BDAE

Text Example


Text Example

White with #89BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,189,174); }

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

background-color css

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

 a { background-color: rgb(137,189,174); }

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

border-color css

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

 span { border-color: rgb(137,189,174); }

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