#8AB7AD

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

Shades of Sea Nymph #8AB7AD

Tints of Sea Nymph #8AB7AD

Color information

#8AB7AD (or 0x8AB7AD) is unknown color: approx Sea Nymph. HEX triplet: 8A, B7 and AD. RGB value is (138,183,173). Sum of RGB (Red+Green+Blue) = 138+183+173=494 (65% of max value = 765). Red value is 138 (54.30% from 255 or 27.94% from 494); Green value is 183 (71.88% from 255 or 37.04% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8AB7AD is #754852. Grayscale: #A8A8A8. Windows color (decimal): -7686227 or 11384714. OLE color: 11384714.

HSL color Cylindrical-coordinate representation of color #8AB7AD: hue angle of 166.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8AB7AD is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB138183173-
CMYK0.2500.050.28
HSL166.67º23.81%62.94%-
HSV(B)166.67º24.59%71.76%-
XYZ34.9642.2945.85-
YUV168.4130.59106.31-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.94%
GREEN value IS 183 (71.88% from 255) = 37.04%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=27.94%
G=37.04%
B=35.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1381831730.2500.050.28166.6723.8162.94
Hex8AB7AD19051Ca7183f
Octal2122672553105342473077
Binary100010101011011110101101110010101111001010011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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