#8FABA4

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

Shades of Sea Nymph #8FABA4

Tints of Sea Nymph #8FABA4

Color information

#8FABA4 (or 0x8FABA4) is unknown color: approx Sea Nymph. HEX triplet: 8F, AB and A4. RGB value is (143,171,164). Sum of RGB (Red+Green+Blue) = 143+171+164=478 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.92% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #8FABA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FABA4 is #70545B. Grayscale: #A1A1A1. Windows color (decimal): -7361628 or 10791823. OLE color: 10791823.

HSL color Cylindrical-coordinate representation of color #8FABA4: hue angle of 165º 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 #8FABA4 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB143171164-
CMYK0.1600.040.33
HSL165º14.29%61.57%-
HSV(B)165º16.37%67.06%-
XYZ32.5937.6540.67-
YUV161.83129.22114.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.92%
GREEN value IS 171 (67.19% from 255) = 35.77%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=29.92%
G=35.77%
B=34.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1431711640.1600.040.3316514.2961.57
Hex8FABA4100421a5e3e
Octal2172532442004412451676
Binary100011111010101110100100100000100100001101001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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