#8AB0AD

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

Shades of Sea Nymph #8AB0AD

Tints of Sea Nymph #8AB0AD

Color information

#8AB0AD (or 0x8AB0AD) is unknown color: approx Sea Nymph. HEX triplet: 8A, B0 and AD. RGB value is (138,176,173). Sum of RGB (Red+Green+Blue) = 138+176+173=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 176 - color contains mainly: green. Hex color #8AB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AB0AD is #754F52. Grayscale: #A4A4A4. Windows color (decimal): -7688019 or 11382922. OLE color: 11382922.

HSL color Cylindrical-coordinate representation of color #8AB0AD: hue angle of 175.26º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AB0AD is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB138176173-
CMYK0.2200.020.31
HSL175.26º19.39%61.57%-
HSV(B)175.26º21.59%69.02%-
XYZ33.5539.4745.39-
YUV164.3132.91109.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.34%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=28.34%
G=36.14%
B=35.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1381761730.2200.020.31175.2619.3961.57
Hex8AB0AD16021Faf133e
Octal2122602552602372572376
Binary10001010101100001010110110110010111111010111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,176,173); }

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

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

 a { background-color: rgb(138,176,173); }

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

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

 span { border-color: rgb(138,176,173); }

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