#93BEA0

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

Shades of Summer Green #93BEA0

Tints of Summer Green #93BEA0

Color information

#93BEA0 (or 0x93BEA0) is unknown color: approx Summer Green. HEX triplet: 93, BE and A0. RGB value is (147,190,160). Sum of RGB (Red+Green+Blue) = 147+190+160=497 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.58% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 190 - color contains mainly: green. Hex color #93BEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93BEA0 is #6C415F. Grayscale: #ADADAD. Windows color (decimal): -7094624 or 10534547. OLE color: 10534547.

HSL color Cylindrical-coordinate representation of color #93BEA0: hue angle of 138.14º degrees, saturation: 0.25, 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 #93BEA0 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB147190160-
CMYK0.2300.160.25
HSL138.14º24.86%66.08%-
HSV(B)138.14º22.63%74.51%-
XYZ36.7945.5740.11-
YUV173.72120.25108.94-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.58%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 160 (62.89% from 255) = 32.19%
R=29.58%
G=38.23%
B=32.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471901600.2300.160.25138.1424.8666.08
Hex93BEA017010198a1942
Octal223276240270203121231102
Binary100100111011111010100000101110100001100110001010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93BEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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