#8CB0AB

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

Shades of Sea Nymph #8CB0AB

Tints of Sea Nymph #8CB0AB

Color information

#8CB0AB (or 0x8CB0AB) is unknown color: approx Sea Nymph. HEX triplet: 8C, B0 and AB. RGB value is (140,176,171). Sum of RGB (Red+Green+Blue) = 140+176+171=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB0AB is #734F54. Grayscale: #A4A4A4. Windows color (decimal): -7556949 or 11251852. OLE color: 11251852.

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

Color convert

RGB140176171-
CMYK0.2000.030.31
HSL171.67º18.56%61.96%-
HSV(B)171.67º20.45%69.02%-
XYZ33.6939.5744.39-
YUV164.67131.57110.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=28.75%
G=36.14%
B=35.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401761710.2000.030.31171.6718.5661.96
Hex8CB0AB14031Fac133e
Octal2142602532403372542376
Binary10001100101100001010101110100011111111010110010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,176,171); }

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

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

 a { background-color: rgb(140,176,171); }

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

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

 span { border-color: rgb(140,176,171); }

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