#8CBCA9

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

Shades of Sea Nymph #8CBCA9

Tints of Sea Nymph #8CBCA9

Color information

#8CBCA9 (or 0x8CBCA9) is unknown color: approx Sea Nymph. HEX triplet: 8C, BC and A9. RGB value is (140,188,169). Sum of RGB (Red+Green+Blue) = 140+188+169=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 188 (73.83% from 255 or 37.83% from 497); Blue value is 169 (66.41% from 255 or 34.00% from 497); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCA9 is #734356. Grayscale: #ABABAB. Windows color (decimal): -7553879 or 11123852. OLE color: 11123852.

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

Color convert

RGB140188169-
CMYK0.2600.100.26
HSL156.25º26.37%64.31%-
HSV(B)156.25º25.53%73.73%-
XYZ35.9644.4144.21-
YUV171.48126.6105.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.17%
GREEN value IS 188 (73.83% from 255) = 37.83%
BLUE value IS 169 (66.41% from 255) = 34.00%
R=28.17%
G=37.83%
B=34.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881690.2600.100.26156.2526.3764.31
Hex8CBCA91A0A1A9c1a40
Octal214274251320123223432100
Binary10001100101111001010100111010010101101010011100110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,188,169); }

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

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

 a { background-color: rgb(140,188,169); }

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

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

 span { border-color: rgb(140,188,169); }

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