#8AB8AF

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

Shades of Sea Nymph #8AB8AF

Tints of Sea Nymph #8AB8AF

Color information

#8AB8AF (or 0x8AB8AF) is unknown color: approx Sea Nymph. HEX triplet: 8A, B8 and AF. RGB value is (138,184,175). Sum of RGB (Red+Green+Blue) = 138+184+175=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 184 (72.27% from 255 or 37.02% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB8AF is #754750. Grayscale: #A9A9A9. Windows color (decimal): -7685969 or 11516042. OLE color: 11516042.

HSL color Cylindrical-coordinate representation of color #8AB8AF: hue angle of 168.26º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB8AF is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB138184175-
CMYK0.2500.050.28
HSL168.26º24.47%63.14%-
HSV(B)168.26º25%72.16%-
XYZ35.3642.7846.95-
YUV169.22131.26105.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 184 (72.27% from 255) = 37.02%
BLUE value IS 175 (68.75% from 255) = 35.21%
R=27.77%
G=37.02%
B=35.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381841750.2500.050.28168.2624.4763.14
Hex8AB8AF19051Ca8183f
Octal2122702573105342503077
Binary100010101011100010101111110010101111001010100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,184,175); }

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

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

 a { background-color: rgb(138,184,175); }

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

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

 span { border-color: rgb(138,184,175); }

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