#8FBCA1

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

Shades of Summer Green #8FBCA1

Tints of Summer Green #8FBCA1

Color information

#8FBCA1 (or 0x8FBCA1) is unknown color: approx Summer Green. HEX triplet: 8F, BC and A1. RGB value is (143,188,161). Sum of RGB (Red+Green+Blue) = 143+188+161=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 188 - color contains mainly: green. Hex color #8FBCA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FBCA1 is #70435E. Grayscale: #ABABAB. Windows color (decimal): -7357279 or 10599567. OLE color: 10599567.

HSL color Cylindrical-coordinate representation of color #8FBCA1: hue angle of 144º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8FBCA1 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB143188161-
CMYK0.2400.140.26
HSL144º25.14%64.9%-
HSV(B)144º23.94%73.73%-
XYZ35.7444.3840.4-
YUV171.47122.09107.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.07%
GREEN value IS 188 (73.83% from 255) = 38.21%
BLUE value IS 161 (63.28% from 255) = 32.72%
R=29.07%
G=38.21%
B=32.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1431881610.2400.140.2614425.1464.9
Hex8FBCA1180E1A901941
Octal217274241300163222031101
Binary10001111101111001010000111000011101101010010000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FBCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,188,161); }

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

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

 a { background-color: rgb(143,188,161); }

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

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

 span { border-color: rgb(143,188,161); }

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