#8FB4AE

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

Shades of Sea Nymph #8FB4AE

Tints of Sea Nymph #8FB4AE

Color information

#8FB4AE (or 0x8FB4AE) is unknown color: approx Sea Nymph. HEX triplet: 8F, B4 and AE. RGB value is (143,180,174). Sum of RGB (Red+Green+Blue) = 143+180+174=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4AE is #704B51. Grayscale: #A8A8A8. Windows color (decimal): -7359314 or 11449487. OLE color: 11449487.

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

Color convert

RGB143180174-
CMYK0.2100.030.29
HSL170.27º19.79%63.33%-
HSV(B)170.27º20.56%70.59%-
XYZ35.2941.5446.2-
YUV168.25131.24109.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.77%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 174 (68.36% from 255) = 35.01%
R=28.77%
G=36.22%
B=35.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801740.2100.030.29170.2719.7963.33
Hex8FB4AE15031Daa143f
Octal2172642562503352522477
Binary10001111101101001010111010101011111011010101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,174); }

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

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

 a { background-color: rgb(143,180,174); }

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

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

 span { border-color: rgb(143,180,174); }

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