#93eba5

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

Shades of Chinook #93EBA5

Tints of Chinook #93EBA5

Color information

#93EBA5 (or 0x93EBA5) is unknown color: approx Chinook. HEX triplet: 93, EB and A5. RGB value is (147,235,165). Sum of RGB (Red+Green+Blue) = 147+235+165=547 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.87% from 547); Green value is 235 (92.19% from 255 or 42.96% from 547); Blue value is 165 (64.84% from 255 or 30.16% from 547); Max value from RGB is 235 - color contains mainly: green. Hex color #93EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EBA5 is #6C145A. Grayscale: #C8C8C8. Windows color (decimal): -7083099 or 10873747. OLE color: 10873747.

HSL color Cylindrical-coordinate representation of color #93EBA5: hue angle of 132.27º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #93EBA5 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB147235165-
CMYK0.3700.300.08
HSL132.27º68.75%74.9%-
HSV(B)132.27º37.45%92.16%-
XYZ48.5368.3446.23-
YUV200.71107.8589.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.87%
GREEN value IS 235 (92.19% from 255) = 42.96%
BLUE value IS 165 (64.84% from 255) = 30.16%
R=26.87%
G=42.96%
B=30.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1472351650.3700.300.08132.2768.7574.9
Hex93EBA52501E884454b
Octal2233532454503610204105113
Binary10010011111010111010010110010101111010001000010010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93eba5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,235,165); }

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

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

 a { background-color: rgb(147,235,165); }

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

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

 span { border-color: rgb(147,235,165); }

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