#8DB0AD

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

Shades of Sea Nymph #8DB0AD

Tints of Sea Nymph #8DB0AD

Color information

#8DB0AD (or 0x8DB0AD) is unknown color: approx Sea Nymph. HEX triplet: 8D, B0 and AD. RGB value is (141,176,173). Sum of RGB (Red+Green+Blue) = 141+176+173=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB0AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB0AD is #724F52. Grayscale: #A5A5A5. Windows color (decimal): -7491411 or 11382925. OLE color: 11382925.

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

Color convert

RGB141176173-
CMYK0.2000.020.31
HSL174.86º18.13%62.16%-
HSV(B)174.86º19.89%69.02%-
XYZ34.0539.7345.41-
YUV165.19132.4110.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.78%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=28.78%
G=35.92%
B=35.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411761730.2000.020.31174.8618.1362.16
Hex8DB0AD14021Faf123e
Octal2152602552402372572276
Binary10001101101100001010110110100010111111010111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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