#93C0A0

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

Shades of Summer Green #93C0A0

Tints of Summer Green #93C0A0

Color information

#93C0A0 (or 0x93C0A0) is unknown color: approx Summer Green. HEX triplet: 93, C0 and A0. RGB value is (147,192,160). Sum of RGB (Red+Green+Blue) = 147+192+160=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 192 - color contains mainly: green. Hex color #93C0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C0A0 is #6C3F5F. Grayscale: #AEAEAE. Windows color (decimal): -7094112 or 10535059. OLE color: 10535059.

HSL color Cylindrical-coordinate representation of color #93C0A0: hue angle of 137.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93C0A0 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB147192160-
CMYK0.2300.170.25
HSL137.33º26.32%66.47%-
HSV(B)137.33º23.44%75.29%-
XYZ37.2346.4440.26-
YUV174.9119.59108.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.46%
GREEN value IS 192 (75.39% from 255) = 38.48%
BLUE value IS 160 (62.89% from 255) = 32.06%
R=29.46%
G=38.48%
B=32.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471921600.2300.170.25137.3326.3266.47
Hex93C0A01701119891a42
Octal223300240270213121132102
Binary100100111100000010100000101110100011100110001001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93C0A0; }

 p { color: rgb(147,192,160); }

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

<style>
 a { background-color: #93C0A0; }

 a { background-color: rgb(147,192,160); }

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

<style>
 span { border-color: #93C0A0; }

 span { border-color: rgb(147,192,160); }

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