Html Css Color HEX #89BBA8 Sea Nymph

📋 copy color: '#89BBA8'

red 137 ◦ green 187 ◦ blue 168

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

Shades of Sea Nymph #89BBA8

Tints of Sea Nymph #89BBA8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.01%

 BLUE value IS 168 (66.02% from 255) = 34.15%

R = 27.85%
G = 38.01%
B = 34.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#89BBA8 (or 0x89BBA8) is known color: Sea Nymph. HEX triplet: 89, BB and A8. RGB value is (137,187,168). Sum of RGB (Red+Green+Blue) = 137+187+168=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 168 (66.02% from 255 or 34.15% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #89BBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BBA8 is #764457. Grayscale: #A9A9A9. Windows color (decimal): -7750744 or 11058057. OLE color: 11058057.

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

Color convert

RGB 137 187 168 -
CMYK 0.27 0 0.10 0.27
HSL 157.2º 0.27% 0.64% -
HSV(B) 157.2º 0.27% 0.73% -
XYZ 35.15 43.69 43.63 -
YUV 169.88 126.94 104.54 -
System Red Green Blue C M Y K H S L
Decimal 137 187 168 0.27 0 0.10 0.27 157.2 0.27 0.64
Hex 89 BB A8 1B 0 A 1B 9D 1B 40
Octal 211 273 250 33 0 12 33 235 33 100
Binary 10001001 10111011 10101000 11011 0 1010 11011 10011101 11011 1000000

Color Harmonies of #89BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89BBA8

Black with #89BBA8

Text Example


Text Example

White with #89BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,187,168); }

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

background-color css

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

 a { background-color: rgb(137,187,168); }

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

border-color css

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

 span { border-color: rgb(137,187,168); }

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