#8ABCAA

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

Shades of Sea Nymph #8ABCAA

Tints of Sea Nymph #8ABCAA

Color information

#8ABCAA (or 0x8ABCAA) is unknown color: approx Sea Nymph. HEX triplet: 8A, BC and AA. RGB value is (138,188,170). Sum of RGB (Red+Green+Blue) = 138+188+170=496 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.82% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ABCAA is #754355. Grayscale: #ABABAB. Windows color (decimal): -7684950 or 11189386. OLE color: 11189386.

HSL color Cylindrical-coordinate representation of color #8ABCAA: hue angle of 158.4º degrees, saturation: 0.27, 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 #8ABCAA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB138188170-
CMYK0.2700.100.26
HSL158.4º27.17%63.92%-
HSV(B)158.4º26.6%73.73%-
XYZ35.7244.2744.69-
YUV171127.44104.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.82%
GREEN value IS 188 (73.83% from 255) = 37.90%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=27.82%
G=37.90%
B=34.27%

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
Decimal1381881700.2700.100.26158.427.1763.92
Hex8ABCAA1B0A1A9e1b40
Octal212274252330123223633100
Binary10001010101111001010101011011010101101010011110110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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