Html Css Color HEX #89B8AE Sea Nymph

📋 copy color: '#89B8AE'

red 137 ◦ green 184 ◦ blue 174

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

Shades of Sea Nymph #89B8AE

Tints of Sea Nymph #89B8AE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.17%

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

R = 27.68%
G = 37.17%
B = 35.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#89B8AE (or 0x89B8AE) is known color: Sea Nymph. HEX triplet: 89, B8 and AE. RGB value is (137,184,174). Sum of RGB (Red+Green+Blue) = 137+184+174=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #89B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B8AE is #764751. Grayscale: #A8A8A8. Windows color (decimal): -7751506 or 11450505. OLE color: 11450505.

HSL color Cylindrical-coordinate representation of color #89B8AE: hue angle of 167.23º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #89B8AE is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 184 174 -
CMYK 0.26 0 0.05 0.28
HSL 167.23º 0.25% 0.63% -
HSV(B) 167.23º 0.26% 0.72% -
XYZ 35.1 42.66 46.43 -
YUV 168.81 130.93 105.31 -
System Red Green Blue C M Y K H S L
Decimal 137 184 174 0.26 0 0.05 0.28 167.23 0.25 0.63
Hex 89 B8 AE 1A 0 5 1C A7 19 3F
Octal 211 270 256 32 0 5 34 247 31 77
Binary 10001001 10111000 10101110 11010 0 101 11100 10100111 11001 111111

Color Harmonies of #89B8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B8AE

Black with #89B8AE

Text Example


Text Example

White with #89B8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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