#8AB6AE

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

Shades of Sea Nymph #8AB6AE

Tints of Sea Nymph #8AB6AE

Color information

#8AB6AE (or 0x8AB6AE) is unknown color: approx Sea Nymph. HEX triplet: 8A, B6 and AE. RGB value is (138,182,174). Sum of RGB (Red+Green+Blue) = 138+182+174=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #8AB6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB6AE is #754951. Grayscale: #A7A7A7. Windows color (decimal): -7686482 or 11449994. OLE color: 11449994.

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

Color convert

RGB138182174-
CMYK0.2400.040.29
HSL169.09º23.16%62.75%-
HSV(B)169.09º24.18%71.37%-
XYZ34.8541.9246.3-
YUV167.93131.42106.65-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 174 (68.36% from 255) = 35.22%
R=27.94%
G=36.84%
B=35.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381821740.2400.040.29169.0923.1662.75
Hex8AB6AE18041Da9173f
Octal2122662563004352512777
Binary100010101011011010101110110000100111011010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,182,174); }

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

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

 a { background-color: rgb(138,182,174); }

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

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

 span { border-color: rgb(138,182,174); }

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