#8FC8BA

Color #8FC8BA Shadow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shadow Green #8FC8BA

Tints of Shadow Green #8FC8BA

Color information

#8FC8BA (or 0x8FC8BA) is unknown color: approx Shadow Green. HEX triplet: 8F, C8 and BA. RGB value is (143,200,186). Sum of RGB (Red+Green+Blue) = 143+200+186=529 (70% of max value = 765). Red value is 143 (56.25% from 255 or 27.03% from 529); Green value is 200 (78.52% from 255 or 37.81% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 200 - color contains mainly: green. Hex color #8FC8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FC8BA is #703745. Grayscale: #B5B5B5. Windows color (decimal): -7354182 or 12241039. OLE color: 12241039.

HSL color Cylindrical-coordinate representation of color #8FC8BA: hue angle of 165.26º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8FC8BA is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB143200186-
CMYK0.2800.070.22
HSL165.26º34.13%67.25%-
HSV(B)165.26º28.5%78.43%-
XYZ40.8450.6954.09-
YUV181.36130.62100.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.03%
GREEN value IS 200 (78.52% from 255) = 37.81%
BLUE value IS 186 (73.05% from 255) = 35.16%
R=27.03%
G=37.81%
B=35.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1432001860.2800.070.22165.2634.1367.25
Hex8FC8BA1C0716a52243
Octal21731027234072624542103
Binary10001111110010001011101011100011110110101001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,200,186); }

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

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

 a { background-color: rgb(143,200,186); }

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

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

 span { border-color: rgb(143,200,186); }

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