#89BFA9

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

Shades of Sea Nymph #89BFA9

Tints of Sea Nymph #89BFA9

Color information

#89BFA9 (or 0x89BFA9) is unknown color: approx Sea Nymph. HEX triplet: 89, BF and A9. RGB value is (137,191,169). Sum of RGB (Red+Green+Blue) = 137+191+169=497 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.57% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #89BFA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89BFA9 is #764056. Grayscale: #ACACAC. Windows color (decimal): -7749719 or 11124617. OLE color: 11124617.

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

Color convert

RGB137191169-
CMYK0.2800.120.25
HSL155.56º29.67%64.31%-
HSV(B)155.56º28.27%74.9%-
XYZ36.1145.4444.4-
YUV172.35126.11102.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.57%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=27.57%
G=38.43%
B=34.00%

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
Decimal1371911690.2800.120.25155.5629.6764.31
Hex89BFA91C0C199c1e40
Octal211277251340143123436100
Binary10001001101111111010100111100011001100110011100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89BFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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