#93DEA5

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

Shades of Chinook #93DEA5

Tints of Chinook #93DEA5

Color information

#93DEA5 (or 0x93DEA5) is unknown color: approx Chinook. HEX triplet: 93, DE and A5. RGB value is (147,222,165). Sum of RGB (Red+Green+Blue) = 147+222+165=534 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.53% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 165 (64.84% from 255 or 30.90% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEA5 is #6C215A. Grayscale: #C1C1C1. Windows color (decimal): -7086427 or 10870419. OLE color: 10870419.

HSL color Cylindrical-coordinate representation of color #93DEA5: hue angle of 134.4º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93DEA5 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB147222165-
CMYK0.3400.260.13
HSL134.4º53.19%72.35%-
HSV(B)134.4º33.78%87.06%-
XYZ44.9561.1645.03-
YUV193.08112.1595.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.53%
GREEN value IS 222 (87.11% from 255) = 41.57%
BLUE value IS 165 (64.84% from 255) = 30.90%
R=27.53%
G=41.57%
B=30.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1472221650.3400.260.13134.453.1972.35
Hex93DEA52201AD863548
Octal223336245420321520665110
Binary1001001111011110101001011000100110101101100001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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