#8AAEAA

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

Shades of Sea Nymph #8AAEAA

Tints of Sea Nymph #8AAEAA

Color information

#8AAEAA (or 0x8AAEAA) is unknown color: approx Sea Nymph. HEX triplet: 8A, AE and AA. RGB value is (138,174,170). Sum of RGB (Red+Green+Blue) = 138+174+170=482 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.63% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #8AAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AAEAA is #755155. Grayscale: #A2A2A2. Windows color (decimal): -7688534 or 11185802. OLE color: 11185802.

HSL color Cylindrical-coordinate representation of color #8AAEAA: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8AAEAA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB138174170-
CMYK0.2100.020.32
HSL173.33º18.18%61.18%-
HSV(B)173.33º20.69%68.24%-
XYZ32.8738.5843.74-
YUV162.78132.07110.33-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.63%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 170 (66.80% from 255) = 35.27%
R=28.63%
G=36.10%
B=35.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1381741700.2100.020.32173.3318.1861.18
Hex8AAEAA150220ad123d
Octal2122562522502402552275
Binary100010101010111010101010101010101000001010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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