#89AF9E

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

Shades of Sea Nymph #89AF9E

Tints of Sea Nymph #89AF9E

Color information

#89AF9E (or 0x89AF9E) is unknown color: approx Sea Nymph. HEX triplet: 89, AF and 9E. RGB value is (137,175,158). Sum of RGB (Red+Green+Blue) = 137+175+158=470 (62% of max value = 765). Red value is 137 (53.91% from 255 or 29.15% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 175 - color contains mainly: green. Hex color #89AF9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89AF9E is #765061. Grayscale: #A1A1A1. Windows color (decimal): -7753826 or 10399625. OLE color: 10399625.

HSL color Cylindrical-coordinate representation of color #89AF9E: hue angle of 153.16º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #89AF9E is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB137175158-
CMYK0.2200.100.31
HSL153.16º19.19%61.18%-
HSV(B)153.16º21.71%68.63%-
XYZ31.8238.4538.09-
YUV161.7125.91110.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.15%
GREEN value IS 175 (68.75% from 255) = 37.23%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=29.15%
G=37.23%
B=33.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1371751580.2200.100.31153.1619.1961.18
Hex89AF9E160A1F99133d
Octal21125723626012372312375
Binary1000100110101111100111101011001010111111001100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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