#8DACA4

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

Shades of Sea Nymph #8DACA4

Tints of Sea Nymph #8DACA4

Color information

#8DACA4 (or 0x8DACA4) is unknown color: approx Sea Nymph. HEX triplet: 8D, AC and A4. RGB value is (141,172,164). Sum of RGB (Red+Green+Blue) = 141+172+164=477 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.56% from 477); Green value is 172 (67.58% from 255 or 36.06% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 172 - color contains mainly: green. Hex color #8DACA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DACA4 is #72535B. Grayscale: #A1A1A1. Windows color (decimal): -7492444 or 10792077. OLE color: 10792077.

HSL color Cylindrical-coordinate representation of color #8DACA4: hue angle of 164.52º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DACA4 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB141172164-
CMYK0.1800.050.33
HSL164.52º15.74%61.37%-
HSV(B)164.52º18.02%67.45%-
XYZ32.4437.8540.72-
YUV161.82129.23113.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.56%
GREEN value IS 172 (67.58% from 255) = 36.06%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=29.56%
G=36.06%
B=34.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411721640.1800.050.33164.5215.7461.37
Hex8DACA4120521a5103d
Octal2152542442205412452075
Binary1000110110101100101001001001001011000011010010110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DACA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,172,164); }

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

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

 a { background-color: rgb(141,172,164); }

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

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

 span { border-color: rgb(141,172,164); }

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