#8DB8AB

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

Shades of Sea Nymph #8DB8AB

Tints of Sea Nymph #8DB8AB

Color information

#8DB8AB (or 0x8DB8AB) is unknown color: approx Sea Nymph. HEX triplet: 8D, B8 and AB. RGB value is (141,184,171). Sum of RGB (Red+Green+Blue) = 141+184+171=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 184 - color contains mainly: green. Hex color #8DB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB8AB is #724754. Grayscale: #A9A9A9. Windows color (decimal): -7489365 or 11253901. OLE color: 11253901.

HSL color Cylindrical-coordinate representation of color #8DB8AB: hue angle of 161.86º 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 #8DB8AB is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB141184171-
CMYK0.2300.070.28
HSL161.86º23.24%63.73%-
HSV(B)161.86º23.37%72.16%-
XYZ35.4842.8844.94-
YUV169.66128.75107.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 184 (72.27% from 255) = 37.10%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=28.43%
G=37.10%
B=34.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1411841710.2300.070.28161.8623.2463.73
Hex8DB8AB17071Ca21740
Octal21527025327073424227100
Binary1000110110111000101010111011101111110010100010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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