#8CA9A4

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

Shades of Sea Nymph #8CA9A4

Tints of Sea Nymph #8CA9A4

Color information

#8CA9A4 (or 0x8CA9A4) is unknown color: approx Sea Nymph. HEX triplet: 8C, A9 and A4. RGB value is (140,169,164). Sum of RGB (Red+Green+Blue) = 140+169+164=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 164 (64.45% from 255 or 34.67% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA9A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA9A4 is #73565B. Grayscale: #9F9F9F. Windows color (decimal): -7558748 or 10791308. OLE color: 10791308.

HSL color Cylindrical-coordinate representation of color #8CA9A4: hue angle of 169.66º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA9A4 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB140169164-
CMYK0.1700.030.34
HSL169.66º14.43%60.59%-
HSV(B)169.66º17.16%66.27%-
XYZ31.736.6340.52-
YUV159.76130.39113.91-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.60%
GREEN value IS 169 (66.41% from 255) = 35.73%
BLUE value IS 164 (64.45% from 255) = 34.67%
R=29.60%
G=35.73%
B=34.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1401691640.1700.030.34169.6614.4360.59
Hex8CA9A4110322aae3d
Octal2142512442103422521675
Binary10001100101010011010010010001011100010101010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,169,164); }

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

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

 a { background-color: rgb(140,169,164); }

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

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

 span { border-color: rgb(140,169,164); }

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