Html Css Color HEX #89BAB0 Sea Nymph

📋 copy color: '#89BAB0'

red 137 ◦ green 186 ◦ blue 176

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

Shades of Sea Nymph #89BAB0

Tints of Sea Nymph #89BAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.27%

R = 27.45%
G = 37.27%
B = 35.27%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#89BAB0 (or 0x89BAB0) is known color: Sea Nymph. HEX triplet: 89, BA and B0. RGB value is (137,186,176). Sum of RGB (Red+Green+Blue) = 137+186+176=499 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.45% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 186 - color contains mainly: green. Hex color #89BAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BAB0 is #76454F. Grayscale: #AAAAAA. Windows color (decimal): -7750992 or 11582089. OLE color: 11582089.

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

Color convert

RGB 137 186 176 -
CMYK 0.26 0 0.05 0.27
HSL 167.76º 0.26% 0.63% -
HSV(B) 167.76º 0.26% 0.73% -
XYZ 35.71 43.57 47.6 -
YUV 170.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 137 186 176 0.26 0 0.05 0.27 167.76 0.26 0.63
Hex 89 BA B0 1A 0 5 1B A8 1A 3F
Octal 211 272 260 32 0 5 33 250 32 77
Binary 10001001 10111010 10110000 11010 0 101 11011 10101000 11010 111111

Color Harmonies of #89BAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BAB0

Black with #89BAB0

Text Example


Text Example

White with #89BAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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