#8DB2AF

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

Shades of Sea Nymph #8DB2AF

Tints of Sea Nymph #8DB2AF

Color information

#8DB2AF (or 0x8DB2AF) is unknown color: approx Sea Nymph. HEX triplet: 8D, B2 and AF. RGB value is (141,178,175). Sum of RGB (Red+Green+Blue) = 141+178+175=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 178 (69.92% from 255 or 36.03% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 178 - color contains mainly: green. Hex color #8DB2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB2AF is #724D50. Grayscale: #A6A6A6. Windows color (decimal): -7490897 or 11514509. OLE color: 11514509.

HSL color Cylindrical-coordinate representation of color #8DB2AF: hue angle of 175.14º 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 #8DB2AF is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB141178175-
CMYK0.2100.020.30
HSL175.14º19.37%62.55%-
HSV(B)175.14º20.79%69.8%-
XYZ34.6440.646.57-
YUV166.59132.74109.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.54%
GREEN value IS 178 (69.92% from 255) = 36.03%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=28.54%
G=36.03%
B=35.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1411781750.2100.020.30175.1419.3762.55
Hex8DB2AF15021Eaf133f
Octal2152622572502362572377
Binary10001101101100101010111110101010111101010111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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