#8DB2AA

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

Shades of Sea Nymph #8DB2AA

Tints of Sea Nymph #8DB2AA

Color information

#8DB2AA (or 0x8DB2AA) is unknown color: approx Sea Nymph. HEX triplet: 8D, B2 and AA. RGB value is (141,178,170). Sum of RGB (Red+Green+Blue) = 141+178+170=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB2AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB2AA is #724D55. Grayscale: #A6A6A6. Windows color (decimal): -7490902 or 11186829. OLE color: 11186829.

HSL color Cylindrical-coordinate representation of color #8DB2AA: hue angle of 167.03º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8DB2AA is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB141178170-
CMYK0.2100.040.30
HSL167.03º19.37%62.55%-
HSV(B)167.03º20.79%69.8%-
XYZ34.1640.4144.03-
YUV166.02130.24110.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.83%
GREEN value IS 178 (69.92% from 255) = 36.40%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=28.83%
G=36.40%
B=34.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1411781700.2100.040.30167.0319.3762.55
Hex8DB2AA15041Ea7133f
Octal2152622522504362472377
Binary100011011011001010101010101010100111101010011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,178,170); }

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

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

 a { background-color: rgb(141,178,170); }

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

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

 span { border-color: rgb(141,178,170); }

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