#8CBBAA

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

Shades of Sea Nymph #8CBBAA

Tints of Sea Nymph #8CBBAA

Color information

#8CBBAA (or 0x8CBBAA) is unknown color: approx Sea Nymph. HEX triplet: 8C, BB and AA. RGB value is (140,187,170). Sum of RGB (Red+Green+Blue) = 140+187+170=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 187 (73.44% from 255 or 37.63% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBBAA is #734455. Grayscale: #ABABAB. Windows color (decimal): -7554134 or 11189132. OLE color: 11189132.

HSL color Cylindrical-coordinate representation of color #8CBBAA: hue angle of 158.3º 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 #8CBBAA is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB140187170-
CMYK0.2500.090.27
HSL158.3º25.68%64.12%-
HSV(B)158.3º25.13%73.33%-
XYZ35.8444.0244.64-
YUV171.01127.43105.88-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.17%
GREEN value IS 187 (73.44% from 255) = 37.63%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=28.17%
G=37.63%
B=34.21%

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
Decimal1401871700.2500.090.27158.325.6864.12
Hex8CBBAA19091B9e1a40
Octal214273252310113323632100
Binary10001100101110111010101011001010011101110011110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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