Html Css Color HEX #89B8AF Sea Nymph

📋 copy color: '#89B8AF'

red 137 ◦ green 184 ◦ blue 175

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

Shades of Sea Nymph #89B8AF

Tints of Sea Nymph #89B8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 27.62%
G = 37.1%
B = 35.28%

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

#89B8AF (or 0x89B8AF) is known color: Sea Nymph. HEX triplet: 89, B8 and AF. RGB value is (137,184,175). Sum of RGB (Red+Green+Blue) = 137+184+175=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #89B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89B8AF is #764750. Grayscale: #A8A8A8. Windows color (decimal): -7751505 or 11516041. OLE color: 11516041.

HSL color Cylindrical-coordinate representation of color #89B8AF: hue angle of 168.51º 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 #89B8AF is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 137 184 175 -
CMYK 0.26 0 0.05 0.28
HSL 168.51º 0.25% 0.63% -
HSV(B) 168.51º 0.26% 0.72% -
XYZ 35.19 42.69 46.94 -
YUV 168.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 137 184 175 0.26 0 0.05 0.28 168.51 0.25 0.63
Hex 89 B8 AF 1A 0 5 1C A9 19 3F
Octal 211 270 257 32 0 5 34 251 31 77
Binary 10001001 10111000 10101111 11010 0 101 11100 10101001 11001 111111

Color Harmonies of #89B8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89B8AF

Black with #89B8AF

Text Example


Text Example

White with #89B8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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