#8CBCAC

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

Shades of Sea Nymph #8CBCAC

Tints of Sea Nymph #8CBCAC

Color information

#8CBCAC (or 0x8CBCAC) is unknown color: approx Sea Nymph. HEX triplet: 8C, BC and AC. RGB value is (140,188,172). Sum of RGB (Red+Green+Blue) = 140+188+172=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 188 (73.83% from 255 or 37.6% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBCAC is #734353. Grayscale: #ABABAB. Windows color (decimal): -7553876 or 11320460. OLE color: 11320460.

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

Color convert

RGB140188172-
CMYK0.2600.090.26
HSL160º26.37%64.31%-
HSV(B)160º25.53%73.73%-
XYZ36.2444.5245.71-
YUV171.82128.1105.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28%
GREEN value IS 188 (73.83% from 255) = 37.6%
BLUE value IS 172 (67.58% from 255) = 34.4%
R=28%
G=37.6%
B=34.4%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881720.2600.090.2616026.3764.31
Hex8CBCAC1A091Aa01a40
Octal214274254320113224032100
Binary10001100101111001010110011010010011101010100000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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