Html Css Color HEX #89AEAA Sea Nymph

📋 copy color: '#89AEAA'

red 137 ◦ green 174 ◦ blue 170

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

Shades of Sea Nymph #89AEAA

Tints of Sea Nymph #89AEAA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.17%

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

R = 28.48%
G = 36.17%
B = 35.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#89AEAA (or 0x89AEAA) is known color: Sea Nymph. HEX triplet: 89, AE and AA. RGB value is (137,174,170). Sum of RGB (Red+Green+Blue) = 137+174+170=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #89AEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AEAA is #765155. Grayscale: #A2A2A2. Windows color (decimal): -7754070 or 11185801. OLE color: 11185801.

HSL color Cylindrical-coordinate representation of color #89AEAA: hue angle of 173.51º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89AEAA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 174 170 -
CMYK 0.21 0 0.02 0.32
HSL 173.51º 0.19% 0.61% -
HSV(B) 173.51º 0.21% 0.68% -
XYZ 32.71 38.49 43.74 -
YUV 162.48 132.24 109.83 -
System Red Green Blue C M Y K H S L
Decimal 137 174 170 0.21 0 0.02 0.32 173.51 0.19 0.61
Hex 89 AE AA 15 0 2 20 AE 13 3D
Octal 211 256 252 25 0 2 40 256 23 75
Binary 10001001 10101110 10101010 10101 0 10 100000 10101110 10011 111101

Color Harmonies of #89AEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89AEAA

Black with #89AEAA

Text Example


Text Example

White with #89AEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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