#8CCAA4

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

Shades of Summer Green #8CCAA4

Tints of Summer Green #8CCAA4

Color information

#8CCAA4 (or 0x8CCAA4) is unknown color: approx Summer Green. HEX triplet: 8C, CA and A4. RGB value is (140,202,164). Sum of RGB (Red+Green+Blue) = 140+202+164=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #8CCAA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCAA4 is #73355B. Grayscale: #B3B3B3. Windows color (decimal): -7550300 or 10799756. OLE color: 10799756.

HSL color Cylindrical-coordinate representation of color #8CCAA4: hue angle of 143.23º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CCAA4 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB140202164-
CMYK0.3100.190.21
HSL143.23º36.9%67.06%-
HSV(B)143.23º30.69%79.22%-
XYZ38.6450.542.83-
YUV179.13119.46100.09-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=27.67%
G=39.92%
B=32.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402021640.3100.190.21143.2336.967.06
Hex8CCAA41F013158f2543
Octal214312244370232521745103
Binary1000110011001010101001001111101001110101100011111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,202,164); }

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

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

 a { background-color: rgb(140,202,164); }

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

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

 span { border-color: rgb(140,202,164); }

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