#8AB5AD

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

Shades of Sea Nymph #8AB5AD

Tints of Sea Nymph #8AB5AD

Color information

#8AB5AD (or 0x8AB5AD) is unknown color: approx Sea Nymph. HEX triplet: 8A, B5 and AD. RGB value is (138,181,173). Sum of RGB (Red+Green+Blue) = 138+181+173=492 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.05% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 181 - color contains mainly: green. Hex color #8AB5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB5AD is #754A52. Grayscale: #A7A7A7. Windows color (decimal): -7686739 or 11384202. OLE color: 11384202.

HSL color Cylindrical-coordinate representation of color #8AB5AD: hue angle of 168.84º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8AB5AD is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB138181173-
CMYK0.2400.040.29
HSL168.84º22.51%62.55%-
HSV(B)168.84º23.76%70.98%-
XYZ34.5541.4745.72-
YUV167.23131.25107.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.05%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=28.05%
G=36.79%
B=35.16%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1381811730.2400.040.29168.8422.5162.55
Hex8AB5AD18041Da9173f
Octal2122652553004352512777
Binary100010101011010110101101110000100111011010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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