#8DB1AE

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

Shades of Sea Nymph #8DB1AE

Tints of Sea Nymph #8DB1AE

Color information

#8DB1AE (or 0x8DB1AE) is unknown color: approx Sea Nymph. HEX triplet: 8D, B1 and AE. RGB value is (141,177,174). Sum of RGB (Red+Green+Blue) = 141+177+174=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB1AE is #724E51. Grayscale: #A5A5A5. Windows color (decimal): -7491154 or 11448717. OLE color: 11448717.

HSL color Cylindrical-coordinate representation of color #8DB1AE: hue angle of 175º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8DB1AE is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB141177174-
CMYK0.2000.020.31
HSL175º18.75%62.35%-
HSV(B)175º20.34%69.41%-
XYZ34.3540.1645.99-
YUV165.89132.57110.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.66%
GREEN value IS 177 (69.53% from 255) = 35.98%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=28.66%
G=35.98%
B=35.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411771740.2000.020.3117518.7562.35
Hex8DB1AE14021Faf133e
Octal2152612562402372572376
Binary10001101101100011010111010100010111111010111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,177,174); }

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

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

 a { background-color: rgb(141,177,174); }

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

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

 span { border-color: rgb(141,177,174); }

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