#8FABA8

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

Shades of Sea Nymph #8FABA8

Tints of Sea Nymph #8FABA8

Color information

#8FABA8 (or 0x8FABA8) is unknown color: approx Sea Nymph. HEX triplet: 8F, AB and A8. RGB value is (143,171,168). Sum of RGB (Red+Green+Blue) = 143+171+168=482 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.67% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA8 is #705457. Grayscale: #A2A2A2. Windows color (decimal): -7361624 or 11053967. OLE color: 11053967.

HSL color Cylindrical-coordinate representation of color #8FABA8: hue angle of 173.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8FABA8 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB143171168-
CMYK0.1600.020.33
HSL173.57º14.29%61.57%-
HSV(B)173.57º16.37%67.06%-
XYZ32.9637.7942.6-
YUV162.29131.22114.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.67%
GREEN value IS 171 (67.19% from 255) = 35.48%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=29.67%
G=35.48%
B=34.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711680.1600.020.33173.5714.2961.57
Hex8FABA8100221aee3e
Octal2172532502002412561676
Binary10001111101010111010100010000010100001101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,171,168); }

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

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

 a { background-color: rgb(143,171,168); }

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

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

 span { border-color: rgb(143,171,168); }

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