#89BFA8

Color #89BFA8 Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #89BFA8

Tints of Sea Nymph #89BFA8

Color information

#89BFA8 (or 0x89BFA8) is unknown color: approx Sea Nymph. HEX triplet: 89, BF and A8. RGB value is (137,191,168). Sum of RGB (Red+Green+Blue) = 137+191+168=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 191 - color contains mainly: green. Hex color #89BFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BFA8 is #764057. Grayscale: #ACACAC. Windows color (decimal): -7749720 or 11059081. OLE color: 11059081.

HSL color Cylindrical-coordinate representation of color #89BFA8: hue angle of 154.44º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #89BFA8 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB137191168-
CMYK0.2800.120.25
HSL154.44º29.67%64.31%-
HSV(B)154.44º28.27%74.9%-
XYZ36.0245.4143.91-
YUV172.23125.61102.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.62%
GREEN value IS 191 (75% from 255) = 38.51%
BLUE value IS 168 (66.02% from 255) = 33.87%
R=27.62%
G=38.51%
B=33.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1371911680.2800.120.25154.4429.6764.31
Hex89BFA81C0C199a1e40
Octal211277250340143123236100
Binary10001001101111111010100011100011001100110011010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #89BFA8;
 }
 .AnyTagClassName
 {
   color: #89BFA8;
 }
</style>
background-color css

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

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

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

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

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

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