Html Css Color HEX #89ADAA Sea Nymph

📋 copy color: '#89ADAA'

red 137 ◦ green 173 ◦ blue 170

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

Shades of Sea Nymph #89ADAA

Tints of Sea Nymph #89ADAA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.04%

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

R = 28.54%
G = 36.04%
B = 35.42%

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

#89ADAA (or 0x89ADAA) is known color: Sea Nymph. HEX triplet: 89, AD and AA. RGB value is (137,173,170). Sum of RGB (Red+Green+Blue) = 137+173+170=480 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.54% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 173 - color contains mainly: green. Hex color #89ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89ADAA is #765255. Grayscale: #A1A1A1. Windows color (decimal): -7754326 or 11185545. OLE color: 11185545.

HSL color Cylindrical-coordinate representation of color #89ADAA: hue angle of 175º degrees, saturation: 0.18, 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 #89ADAA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 137 173 170 -
CMYK 0.21 0 0.02 0.32
HSL 175º 0.18% 0.61% -
HSV(B) 175º 0.21% 0.68% -
XYZ 32.52 38.11 43.67 -
YUV 161.89 132.57 110.24 -
System Red Green Blue C M Y K H S L
Decimal 137 173 170 0.21 0 0.02 0.32 175 0.18 0.61
Hex 89 AD AA 15 0 2 20 AF 12 3D
Octal 211 255 252 25 0 2 40 257 22 75
Binary 10001001 10101101 10101010 10101 0 10 100000 10101111 10010 111101

Color Harmonies of #89ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89ADAA

Black with #89ADAA

Text Example


Text Example

White with #89ADAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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