#8FB4AA

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

Shades of Sea Nymph #8FB4AA

Tints of Sea Nymph #8FB4AA

Color information

#8FB4AA (or 0x8FB4AA) is unknown color: approx Sea Nymph. HEX triplet: 8F, B4 and AA. RGB value is (143,180,170). Sum of RGB (Red+Green+Blue) = 143+180+170=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FB4AA is #704B55. Grayscale: #A7A7A7. Windows color (decimal): -7359318 or 11187343. OLE color: 11187343.

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

Color convert

RGB143180170-
CMYK0.2100.060.29
HSL163.78º19.79%63.33%-
HSV(B)163.78º20.56%70.59%-
XYZ34.941.3844.18-
YUV167.8129.24110.31-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 180 (70.70% from 255) = 36.51%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=29.01%
G=36.51%
B=34.48%

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
Decimal1431801700.2100.060.29163.7819.7963.33
Hex8FB4AA15061Da4143f
Octal2172642522506352442477
Binary100011111011010010101010101010110111011010010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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