#8CB6AC

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

Shades of Sea Nymph #8CB6AC

Tints of Sea Nymph #8CB6AC

Color information

#8CB6AC (or 0x8CB6AC) is unknown color: approx Sea Nymph. HEX triplet: 8C, B6 and AC. RGB value is (140,182,172). Sum of RGB (Red+Green+Blue) = 140+182+172=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB6AC is #734953. Grayscale: #A8A8A8. Windows color (decimal): -7555412 or 11318924. OLE color: 11318924.

HSL color Cylindrical-coordinate representation of color #8CB6AC: hue angle of 165.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB6AC is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB140182172-
CMYK0.2300.050.29
HSL165.71º22.34%63.14%-
HSV(B)165.71º23.08%71.37%-
XYZ34.9942.0145.29-
YUV168.3130.09107.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.34%
GREEN value IS 182 (71.48% from 255) = 36.84%
BLUE value IS 172 (67.58% from 255) = 34.82%
R=28.34%
G=36.84%
B=34.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401821720.2300.050.29165.7122.3463.14
Hex8CB6AC17051Da6163f
Octal2142662542705352462677
Binary100011001011011010101100101110101111011010011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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