#8CBBAB

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

Shades of Sea Nymph #8CBBAB

Tints of Sea Nymph #8CBBAB

Color information

#8CBBAB (or 0x8CBBAB) is unknown color: approx Sea Nymph. HEX triplet: 8C, BB and AB. RGB value is (140,187,171). Sum of RGB (Red+Green+Blue) = 140+187+171=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBAB is #734454. Grayscale: #ABABAB. Windows color (decimal): -7554133 or 11254668. OLE color: 11254668.

HSL color Cylindrical-coordinate representation of color #8CBBAB: hue angle of 159.57º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CBBAB is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB140187171-
CMYK0.2500.090.27
HSL159.57º25.68%64.12%-
HSV(B)159.57º25.13%73.33%-
XYZ35.9444.0645.14-
YUV171.12127.93105.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.11%
GREEN value IS 187 (73.44% from 255) = 37.55%
BLUE value IS 171 (67.19% from 255) = 34.34%
R=28.11%
G=37.55%
B=34.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401871710.2500.090.27159.5725.6864.12
Hex8CBBAB19091Ba01a40
Octal214273253310113324032100
Binary10001100101110111010101111001010011101110100000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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