#8DB0A1

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

Shades of Sea Nymph #8DB0A1

Tints of Sea Nymph #8DB0A1

Color information

#8DB0A1 (or 0x8DB0A1) is unknown color: approx Sea Nymph. HEX triplet: 8D, B0 and A1. RGB value is (141,176,161). Sum of RGB (Red+Green+Blue) = 141+176+161=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 176 (69.14% from 255 or 36.82% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB0A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB0A1 is #724F5E. Grayscale: #A3A3A3. Windows color (decimal): -7491423 or 10596493. OLE color: 10596493.

HSL color Cylindrical-coordinate representation of color #8DB0A1: hue angle of 154.29º degrees, saturation: 0.18, 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 #8DB0A1 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB141176161-
CMYK0.2000.090.31
HSL154.29º18.13%62.16%-
HSV(B)154.29º19.89%69.02%-
XYZ32.9439.2939.57-
YUV163.82126.4111.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 176 (69.14% from 255) = 36.82%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=29.50%
G=36.82%
B=33.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411761610.2000.090.31154.2918.1362.16
Hex8DB0A114091F9a123e
Octal21526024124011372322276
Binary1000110110110000101000011010001001111111001101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,176,161); }

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

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

 a { background-color: rgb(141,176,161); }

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

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

 span { border-color: rgb(141,176,161); }

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