#8CB1A0

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

Shades of Sea Nymph #8CB1A0

Tints of Sea Nymph #8CB1A0

Color information

#8CB1A0 (or 0x8CB1A0) is unknown color: approx Sea Nymph. HEX triplet: 8C, B1 and A0. RGB value is (140,177,160). Sum of RGB (Red+Green+Blue) = 140+177+160=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB1A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB1A0 is #734E5F. Grayscale: #A4A4A4. Windows color (decimal): -7556704 or 10531212. OLE color: 10531212.

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

Color convert

RGB140177160-
CMYK0.2100.100.31
HSL152.43º19.17%62.16%-
HSV(B)152.43º20.9%69.41%-
XYZ32.8839.5639.16-
YUV164125.74110.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.35%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 160 (62.89% from 255) = 33.54%
R=29.35%
G=37.11%
B=33.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401771600.2100.100.31152.4319.1762.16
Hex8CB1A0150A1F98133e
Octal21426124025012372302376
Binary1000110010110001101000001010101010111111001100010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,177,160); }

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

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

 a { background-color: rgb(140,177,160); }

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

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

 span { border-color: rgb(140,177,160); }

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