#8FB9AC

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

Shades of Sea Nymph #8FB9AC

Tints of Sea Nymph #8FB9AC

Color information

#8FB9AC (or 0x8FB9AC) is unknown color: approx Sea Nymph. HEX triplet: 8F, B9 and AC. RGB value is (143,185,172). Sum of RGB (Red+Green+Blue) = 143+185+172=500 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.6% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB9AC is #704653. Grayscale: #AAAAAA. Windows color (decimal): -7358036 or 11319695. OLE color: 11319695.

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

Color convert

RGB143185172-
CMYK0.2300.070.27
HSL161.43º23.08%64.31%-
HSV(B)161.43º22.7%72.55%-
XYZ36.1243.5245.53-
YUV170.96128.59108.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.6%
GREEN value IS 185 (72.66% from 255) = 37%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=28.6%
G=37%
B=34.4%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1431851720.2300.070.27161.4323.0864.31
Hex8FB9AC17071Ba11740
Octal21727125427073324127100
Binary1000111110111001101011001011101111101110100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FB9AC; }

 p { color: rgb(143,185,172); }

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

<style>
 a { background-color: #8FB9AC; }

 a { background-color: rgb(143,185,172); }

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

<style>
 span { border-color: #8FB9AC; }

 span { border-color: rgb(143,185,172); }

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