Html Css Color HEX #89B5AA Sea Nymph

📋 copy color: '#89B5AA'

red 137 ◦ green 181 ◦ blue 170

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

Shades of Sea Nymph #89B5AA

Tints of Sea Nymph #89B5AA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.09%

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

R = 28.07%
G = 37.09%
B = 34.84%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#89B5AA (or 0x89B5AA) is known color: Sea Nymph. HEX triplet: 89, B5 and AA. RGB value is (137,181,170). Sum of RGB (Red+Green+Blue) = 137+181+170=488 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.07% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #89B5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B5AA is #764A55. Grayscale: #A6A6A6. Windows color (decimal): -7752278 or 11187593. OLE color: 11187593.

HSL color Cylindrical-coordinate representation of color #89B5AA: hue angle of 165º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89B5AA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 137 181 170 -
CMYK 0.24 0 0.06 0.29
HSL 165º 0.23% 0.62% -
HSV(B) 165º 0.24% 0.71% -
XYZ 34.1 41.27 44.2 -
YUV 166.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 137 181 170 0.24 0 0.06 0.29 165 0.23 0.62
Hex 89 B5 AA 18 0 6 1D A5 17 3E
Octal 211 265 252 30 0 6 35 245 27 76
Binary 10001001 10110101 10101010 11000 0 110 11101 10100101 10111 111110

Color Harmonies of #89B5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B5AA

Black with #89B5AA

Text Example


Text Example

White with #89B5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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