#8CB1AD

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

Shades of Sea Nymph #8CB1AD

Tints of Sea Nymph #8CB1AD

Color information

#8CB1AD (or 0x8CB1AD) is unknown color: approx Sea Nymph. HEX triplet: 8C, B1 and AD. RGB value is (140,177,173). Sum of RGB (Red+Green+Blue) = 140+177+173=490 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.57% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB1AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB1AD is #734E52. Grayscale: #A5A5A5. Windows color (decimal): -7556691 or 11383180. OLE color: 11383180.

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

Color convert

RGB140177173-
CMYK0.2100.020.31
HSL173.51º19.17%62.16%-
HSV(B)173.51º20.9%69.41%-
XYZ34.0840.0445.47-
YUV165.48132.24109.83-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.57%
GREEN value IS 177 (69.53% from 255) = 36.12%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=28.57%
G=36.12%
B=35.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401771730.2100.020.31173.5119.1762.16
Hex8CB1AD15021Fae133e
Octal2142612552502372562376
Binary10001100101100011010110110101010111111010111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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