#8DBAA9

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

Shades of Sea Nymph #8DBAA9

Tints of Sea Nymph #8DBAA9

Color information

#8DBAA9 (or 0x8DBAA9) is unknown color: approx Sea Nymph. HEX triplet: 8D, BA and A9. RGB value is (141,186,169). Sum of RGB (Red+Green+Blue) = 141+186+169=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 186 (73.05% from 255 or 37.5% from 496); Blue value is 169 (66.41% from 255 or 34.07% from 496); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBAA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DBAA9 is #724556. Grayscale: #AAAAAA. Windows color (decimal): -7488855 or 11123341. OLE color: 11123341.

HSL color Cylindrical-coordinate representation of color #8DBAA9: hue angle of 157.33º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8DBAA9 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB141186169-
CMYK0.2400.090.27
HSL157.33º24.59%64.12%-
HSV(B)157.33º24.19%72.94%-
XYZ35.743.6544.08-
YUV170.61127.09106.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 186 (73.05% from 255) = 37.5%
BLUE value IS 169 (66.41% from 255) = 34.07%
R=28.43%
G=37.5%
B=34.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1411861690.2400.090.27157.3324.5964.12
Hex8DBAA918091B9d1940
Octal215272251300113323531100
Binary10001101101110101010100111000010011101110011101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,186,169); }

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

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

 a { background-color: rgb(141,186,169); }

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

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

 span { border-color: rgb(141,186,169); }

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