#8DB8A7

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

Shades of Sea Nymph #8DB8A7

Tints of Sea Nymph #8DB8A7

Color information

#8DB8A7 (or 0x8DB8A7) is unknown color: approx Sea Nymph. HEX triplet: 8D, B8 and A7. RGB value is (141,184,167). Sum of RGB (Red+Green+Blue) = 141+184+167=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 167 (65.62% from 255 or 33.94% from 492); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB8A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB8A7 is #724758. Grayscale: #A9A9A9. Windows color (decimal): -7489369 or 10991757. OLE color: 10991757.

HSL color Cylindrical-coordinate representation of color #8DB8A7: hue angle of 156.28º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB8A7 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB141184167-
CMYK0.2300.090.28
HSL156.28º23.24%63.73%-
HSV(B)156.28º23.37%72.16%-
XYZ35.142.7342.96-
YUV169.2126.75107.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 167 (65.62% from 255) = 33.94%
R=28.66%
G=37.40%
B=33.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411841670.2300.090.28156.2823.2463.73
Hex8DB8A717091C9c1740
Octal215270247270113423427100
Binary10001101101110001010011110111010011110010011100101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,184,167); }

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

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

 a { background-color: rgb(141,184,167); }

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

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

 span { border-color: rgb(141,184,167); }

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