#8CB8AB

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

Shades of Sea Nymph #8CB8AB

Tints of Sea Nymph #8CB8AB

Color information

#8CB8AB (or 0x8CB8AB) is unknown color: approx Sea Nymph. HEX triplet: 8C, B8 and AB. RGB value is (140,184,171). Sum of RGB (Red+Green+Blue) = 140+184+171=495 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.28% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB8AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB8AB is #734754. Grayscale: #A9A9A9. Windows color (decimal): -7554901 or 11253900. OLE color: 11253900.

HSL color Cylindrical-coordinate representation of color #8CB8AB: hue angle of 162.27º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB8AB is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB140184171-
CMYK0.2400.070.28
HSL162.27º23.66%63.53%-
HSV(B)162.27º23.91%72.16%-
XYZ35.3142.844.93-
YUV169.36128.92107.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.28%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=28.28%
G=37.17%
B=34.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401841710.2400.070.28162.2723.6663.53
Hex8CB8AB18071Ca21840
Octal21427025330073424230100
Binary1000110010111000101010111100001111110010100010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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