#8AB3A2

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

Shades of Sea Nymph #8AB3A2

Tints of Sea Nymph #8AB3A2

Color information

#8AB3A2 (or 0x8AB3A2) is unknown color: approx Sea Nymph. HEX triplet: 8A, B3 and A2. RGB value is (138,179,162). Sum of RGB (Red+Green+Blue) = 138+179+162=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 162 (63.67% from 255 or 33.82% from 479); Max value from RGB is 179 - color contains mainly: green. Hex color #8AB3A2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB3A2 is #754C5D. Grayscale: #A4A4A4. Windows color (decimal): -7687262 or 10662794. OLE color: 10662794.

HSL color Cylindrical-coordinate representation of color #8AB3A2: hue angle of 155.12º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8AB3A2 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB138179162-
CMYK0.2300.090.30
HSL155.12º21.24%62.16%-
HSV(B)155.12º22.91%70.2%-
XYZ33.1240.2540.21-
YUV164.8126.42108.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.81%
GREEN value IS 179 (70.31% from 255) = 37.37%
BLUE value IS 162 (63.67% from 255) = 33.82%
R=28.81%
G=37.37%
B=33.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381791620.2300.090.30155.1221.2462.16
Hex8AB3A217091E9b153e
Octal21226324227011362332576
Binary1000101010110011101000101011101001111101001101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,179,162); }

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

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

 a { background-color: rgb(138,179,162); }

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

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

 span { border-color: rgb(138,179,162); }

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