#8CAA9A

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

Shades of Summer Green #8CAA9A

Tints of Summer Green #8CAA9A

Color information

#8CAA9A (or 0x8CAA9A) is unknown color: approx Summer Green. HEX triplet: 8C, AA and 9A. RGB value is (140,170,154). Sum of RGB (Red+Green+Blue) = 140+170+154=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 154 (60.55% from 255 or 33.19% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAA9A is #735565. Grayscale: #9F9F9F. Windows color (decimal): -7558502 or 10136204. OLE color: 10136204.

HSL color Cylindrical-coordinate representation of color #8CAA9A: hue angle of 148º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAA9A is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB140170154-
CMYK0.1800.090.33
HSL148º15%60.78%-
HSV(B)148º17.65%66.67%-
XYZ31.0236.6636.01-
YUV159.21125.06114.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.17%
GREEN value IS 170 (66.80% from 255) = 36.64%
BLUE value IS 154 (60.55% from 255) = 33.19%
R=30.17%
G=36.64%
B=33.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401701540.1800.090.331481560.78
Hex8CAA9A12092194f3d
Octal21425223222011412241775
Binary1000110010101010100110101001001001100001100101001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,154); }

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

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

 a { background-color: rgb(140,170,154); }

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

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

 span { border-color: rgb(140,170,154); }

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