#8CB7AF

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

Shades of Sea Nymph #8CB7AF

Tints of Sea Nymph #8CB7AF

Color information

#8CB7AF (or 0x8CB7AF) is unknown color: approx Sea Nymph. HEX triplet: 8C, B7 and AF. RGB value is (140,183,175). Sum of RGB (Red+Green+Blue) = 140+183+175=498 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.11% from 498); Green value is 183 (71.88% from 255 or 36.75% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB7AF is #734850. Grayscale: #A9A9A9. Windows color (decimal): -7555153 or 11515788. OLE color: 11515788.

HSL color Cylindrical-coordinate representation of color #8CB7AF: hue angle of 168.84º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB7AF is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB140183175-
CMYK0.2300.040.28
HSL168.84º22.99%63.33%-
HSV(B)168.84º23.5%71.76%-
XYZ35.4942.5446.9-
YUV169.23131.25107.15-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.11%
GREEN value IS 183 (71.88% from 255) = 36.75%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=28.11%
G=36.75%
B=35.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401831750.2300.040.28168.8422.9963.33
Hex8CB7AF17041Ca9173f
Octal2142672572704342512777
Binary100011001011011110101111101110100111001010100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,183,175); }

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

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

 a { background-color: rgb(140,183,175); }

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

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

 span { border-color: rgb(140,183,175); }

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