#93DEA4

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

Shades of Chinook #93DEA4

Tints of Chinook #93DEA4

Color information

#93DEA4 (or 0x93DEA4) is unknown color: approx Chinook. HEX triplet: 93, DE and A4. RGB value is (147,222,164). Sum of RGB (Red+Green+Blue) = 147+222+164=533 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.58% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #93DEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93DEA4 is #6C215B. Grayscale: #C1C1C1. Windows color (decimal): -7086428 or 10804883. OLE color: 10804883.

HSL color Cylindrical-coordinate representation of color #93DEA4: hue angle of 133.6º 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 #93DEA4 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB147222164-
CMYK0.3400.260.13
HSL133.6º53.19%72.35%-
HSV(B)133.6º33.78%87.06%-
XYZ44.8561.1344.56-
YUV192.96111.6595.22-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.58%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 164 (64.45% from 255) = 30.77%
R=27.58%
G=41.65%
B=30.77%

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
Decimal1472221640.3400.260.13133.653.1972.35
Hex93DEA42201AD863548
Octal223336244420321520665110
Binary1001001111011110101001001000100110101101100001101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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