#8cb4a7

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

Shades of Sea Nymph #8CB4A7

Tints of Sea Nymph #8CB4A7

Color information

#8CB4A7 (or 0x8CB4A7) is unknown color: approx Sea Nymph. HEX triplet: 8C, B4 and A7. RGB value is (140,180,167). Sum of RGB (Red+Green+Blue) = 140+180+167=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB4A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CB4A7 is #734B58. Grayscale: #A6A6A6. Windows color (decimal): -7555929 or 10990732. OLE color: 10990732.

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

Color convert

RGB140180167-
CMYK0.2200.070.29
HSL160.5º21.05%62.75%-
HSV(B)160.5º22.22%70.59%-
XYZ34.1141.0142.68-
YUV166.56128.25109.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.75%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 167 (65.62% from 255) = 34.29%
R=28.75%
G=36.96%
B=34.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801670.2200.070.29160.521.0562.75
Hex8CB4A716071Da0153f
Octal2142642472607352402577
Binary100011001011010010100111101100111111011010000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cb4a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,167); }

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

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

 a { background-color: rgb(140,180,167); }

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

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

 span { border-color: rgb(140,180,167); }

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