#8FB7AF

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

Shades of Sea Nymph #8FB7AF

Tints of Sea Nymph #8FB7AF

Color information

#8FB7AF (or 0x8FB7AF) is unknown color: approx Sea Nymph. HEX triplet: 8F, B7 and AF. RGB value is (143,183,175). Sum of RGB (Red+Green+Blue) = 143+183+175=501 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.54% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 183 - color contains mainly: green. Hex color #8FB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB7AF is #704850. Grayscale: #AAAAAA. Windows color (decimal): -7358545 or 11515791. OLE color: 11515791.

HSL color Cylindrical-coordinate representation of color #8FB7AF: hue angle of 168º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8FB7AF is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB143183175-
CMYK0.2200.040.28
HSL168º21.74%63.92%-
HSV(B)168º21.86%71.76%-
XYZ3642.846.92-
YUV170.13130.75108.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.54%
GREEN value IS 183 (71.88% from 255) = 36.53%
BLUE value IS 175 (68.75% from 255) = 34.93%
R=28.54%
G=36.53%
B=34.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1431831750.2200.040.2816821.7463.92
Hex8FB7AF16041Ca81640
Octal21726725726043425026100
Binary1000111110110111101011111011001001110010101000101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,183,175); }

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

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

 a { background-color: rgb(143,183,175); }

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

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

 span { border-color: rgb(143,183,175); }

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