#8DB4AB

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

Shades of Sea Nymph #8DB4AB

Tints of Sea Nymph #8DB4AB

Color information

#8DB4AB (or 0x8DB4AB) is unknown color: approx Sea Nymph. HEX triplet: 8D, B4 and AB. RGB value is (141,180,171). Sum of RGB (Red+Green+Blue) = 141+180+171=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 180 - color contains mainly: green. Hex color #8DB4AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB4AB is #724B54. Grayscale: #A7A7A7. Windows color (decimal): -7490389 or 11252877. OLE color: 11252877.

HSL color Cylindrical-coordinate representation of color #8DB4AB: hue angle of 166.15º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8DB4AB is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB141180171-
CMYK0.2200.050.29
HSL166.15º20.63%62.94%-
HSV(B)166.15º21.67%70.59%-
XYZ34.6641.2544.66-
YUV167.31130.08109.23-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 180 (70.70% from 255) = 36.59%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=28.66%
G=36.59%
B=34.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1411801710.2200.050.29166.1520.6362.94
Hex8DB4AB16051Da6153f
Octal2152642532605352462577
Binary100011011011010010101011101100101111011010011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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