#8CB2AD

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

Shades of Sea Nymph #8CB2AD

Tints of Sea Nymph #8CB2AD

Color information

#8CB2AD (or 0x8CB2AD) is unknown color: approx Sea Nymph. HEX triplet: 8C, B2 and AD. RGB value is (140,178,173). Sum of RGB (Red+Green+Blue) = 140+178+173=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 178 (69.92% from 255 or 36.25% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 178 - color contains mainly: green. Hex color #8CB2AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CB2AD is #734D52. Grayscale: #A6A6A6. Windows color (decimal): -7556435 or 11383436. OLE color: 11383436.

HSL color Cylindrical-coordinate representation of color #8CB2AD: hue angle of 172.11º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CB2AD is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB140178173-
CMYK0.2100.030.30
HSL172.11º19.79%62.35%-
HSV(B)172.11º21.35%69.8%-
XYZ34.2840.4345.53-
YUV166.07131.91109.41-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 178 (69.92% from 255) = 36.25%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=28.51%
G=36.25%
B=35.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1401781730.2100.030.30172.1119.7962.35
Hex8CB2AD15031Eac143e
Octal2142622552503362542476
Binary10001100101100101010110110101011111101010110010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,178,173); }

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

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

 a { background-color: rgb(140,178,173); }

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

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

 span { border-color: rgb(140,178,173); }

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