#8FB4AD

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

Shades of Sea Nymph #8FB4AD

Tints of Sea Nymph #8FB4AD

Color information

#8FB4AD (or 0x8FB4AD) is unknown color: approx Sea Nymph. HEX triplet: 8F, B4 and AD. RGB value is (143,180,173). Sum of RGB (Red+Green+Blue) = 143+180+173=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 180 (70.70% from 255 or 36.29% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4AD is #704B52. Grayscale: #A8A8A8. Windows color (decimal): -7359315 or 11383951. OLE color: 11383951.

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

Color convert

RGB143180173-
CMYK0.2100.040.29
HSL168.65º19.79%63.33%-
HSV(B)168.65º20.56%70.59%-
XYZ35.1941.545.69-
YUV168.14130.74110.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.83%
GREEN value IS 180 (70.70% from 255) = 36.29%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=28.83%
G=36.29%
B=34.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1431801730.2100.040.29168.6519.7963.33
Hex8FB4AD15041Da9143f
Octal2172642552504352512477
Binary100011111011010010101101101010100111011010100110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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