#8FB5AA

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

Shades of Sea Nymph #8FB5AA

Tints of Sea Nymph #8FB5AA

Color information

#8FB5AA (or 0x8FB5AA) is unknown color: approx Sea Nymph. HEX triplet: 8F, B5 and AA. RGB value is (143,181,170). Sum of RGB (Red+Green+Blue) = 143+181+170=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 181 - color contains mainly: green. Hex color #8FB5AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB5AA is #704A55. Grayscale: #A8A8A8. Windows color (decimal): -7359062 or 11187599. OLE color: 11187599.

HSL color Cylindrical-coordinate representation of color #8FB5AA: hue angle of 162.63º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8FB5AA is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB143181170-
CMYK0.2100.060.29
HSL162.63º20.43%63.53%-
HSV(B)162.63º20.99%70.98%-
XYZ35.1141.7944.25-
YUV168.38128.91109.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 181 (71.09% from 255) = 36.64%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=28.95%
G=36.64%
B=34.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431811700.2100.060.29162.6320.4363.53
Hex8FB5AA15061Da31440
Octal21726525225063524324100
Binary1000111110110101101010101010101101110110100011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,181,170); }

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

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

 a { background-color: rgb(143,181,170); }

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

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

 span { border-color: rgb(143,181,170); }

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