#8ABDAA

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

Shades of Sea Nymph #8ABDAA

Tints of Sea Nymph #8ABDAA

Color information

#8ABDAA (or 0x8ABDAA) is unknown color: approx Sea Nymph. HEX triplet: 8A, BD and AA. RGB value is (138,189,170). Sum of RGB (Red+Green+Blue) = 138+189+170=497 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.77% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABDAA is #754255. Grayscale: #ABABAB. Windows color (decimal): -7684694 or 11189642. OLE color: 11189642.

HSL color Cylindrical-coordinate representation of color #8ABDAA: hue angle of 157.65º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABDAA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB138189170-
CMYK0.2700.100.26
HSL157.65º27.87%64.12%-
HSV(B)157.65º26.98%74.12%-
XYZ35.9344.744.76-
YUV171.58127.1104.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.77%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=27.77%
G=38.03%
B=34.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1381891700.2700.100.26157.6527.8764.12
Hex8ABDAA1B0A1A9e1c40
Octal212275252330123223634100
Binary10001010101111011010101011011010101101010011110111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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