#8DB0A0

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

Shades of Sea Nymph #8DB0A0

Tints of Sea Nymph #8DB0A0

Color information

#8DB0A0 (or 0x8DB0A0) is unknown color: approx Sea Nymph. HEX triplet: 8D, B0 and A0. RGB value is (141,176,160). Sum of RGB (Red+Green+Blue) = 141+176+160=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 176 (69.14% from 255 or 36.90% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB0A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB0A0 is #724F5F. Grayscale: #A3A3A3. Windows color (decimal): -7491424 or 10530957. OLE color: 10530957.

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

Color convert

RGB141176160-
CMYK0.2000.090.31
HSL152.57º18.13%62.16%-
HSV(B)152.57º19.89%69.02%-
XYZ32.8639.2539.1-
YUV163.71125.9111.8-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 176 (69.14% from 255) = 36.90%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=29.56%
G=36.90%
B=33.54%

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
Decimal1411761600.2000.090.31152.5718.1362.16
Hex8DB0A014091F99123e
Octal21526024024011372312276
Binary1000110110110000101000001010001001111111001100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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