#96C4A8

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

Shades of Summer Green #96C4A8

Tints of Summer Green #96C4A8

Color information

#96C4A8 (or 0x96C4A8) is unknown color: approx Summer Green. HEX triplet: 96, C4 and A8. RGB value is (150,196,168). Sum of RGB (Red+Green+Blue) = 150+196+168=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 196 - color contains mainly: green. Hex color #96C4A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C4A8 is #693B57. Grayscale: #B3B3B3. Windows color (decimal): -6896472 or 11060374. OLE color: 11060374.

HSL color Cylindrical-coordinate representation of color #96C4A8: hue angle of 143.48º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C4A8 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB150196168-
CMYK0.2300.140.23
HSL143.48º28.05%67.84%-
HSV(B)143.48º23.47%76.86%-
XYZ39.3948.7944.39-
YUV179.05121.76107.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.18%
GREEN value IS 196 (76.95% from 255) = 38.13%
BLUE value IS 168 (66.02% from 255) = 32.68%
R=29.18%
G=38.13%
B=32.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1501961680.2300.140.23143.4828.0567.84
Hex96C4A8170E178f1c44
Octal226304250270162721734104
Binary10010110110001001010100010111011101011110001111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96C4A8; }

 p { color: rgb(150,196,168); }

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

<style>
 a { background-color: #96C4A8; }

 a { background-color: rgb(150,196,168); }

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

<style>
 span { border-color: #96C4A8; }

 span { border-color: rgb(150,196,168); }

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