Html Css Color HEX #89BAAE Sea Nymph

📋 copy color: '#89BAAE'

red 137 ◦ green 186 ◦ blue 174

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

Shades of Sea Nymph #89BAAE

Tints of Sea Nymph #89BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.42%

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

R = 27.57%
G = 37.42%
B = 35.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#89BAAE (or 0x89BAAE) is known color: Sea Nymph. HEX triplet: 89, BA and AE. RGB value is (137,186,174). Sum of RGB (Red+Green+Blue) = 137+186+174=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 186 (73.05% from 255 or 37.42% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 186 - color contains mainly: green. Hex color #89BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BAAE is #764551. Grayscale: #A9A9A9. Windows color (decimal): -7750994 or 11451017. OLE color: 11451017.

HSL color Cylindrical-coordinate representation of color #89BAAE: hue angle of 165.31º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89BAAE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 137 186 174 -
CMYK 0.26 0 0.06 0.27
HSL 165.31º 0.26% 0.63% -
HSV(B) 165.31º 0.26% 0.73% -
XYZ 35.52 43.49 46.57 -
YUV 169.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 137 186 174 0.26 0 0.06 0.27 165.31 0.26 0.63
Hex 89 BA AE 1A 0 6 1B A5 1A 3F
Octal 211 272 256 32 0 6 33 245 32 77
Binary 10001001 10111010 10101110 11010 0 110 11011 10100101 11010 111111

Color Harmonies of #89BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BAAE

Black with #89BAAE

Text Example


Text Example

White with #89BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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