#93EEAC

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

Shades of Chinook #93EEAC

Tints of Chinook #93EEAC

Color information

#93EEAC (or 0x93EEAC) is unknown color: approx Chinook. HEX triplet: 93, EE and AC. RGB value is (147,238,172). Sum of RGB (Red+Green+Blue) = 147+238+172=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 238 (93.36% from 255 or 42.73% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 238 - color contains mainly: green. Hex color #93EEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EEAC is #6C1153. Grayscale: #CBCBCB. Windows color (decimal): -7082324 or 11333267. OLE color: 11333267.

HSL color Cylindrical-coordinate representation of color #93EEAC: hue angle of 136.48º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EEAC is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB147238172-
CMYK0.3800.280.07
HSL136.48º72.8%75.49%-
HSV(B)136.48º38.24%93.33%-
XYZ50.0570.3349.97-
YUV203.27110.3587.87-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.39%
GREEN value IS 238 (93.36% from 255) = 42.73%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=26.39%
G=42.73%
B=30.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472381720.3800.280.07136.4872.875.49
Hex93EEAC2601C788494b
Octal223356254460347210111113
Binary1001001111101110101011001001100111001111000100010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,238,172); }

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

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

 a { background-color: rgb(147,238,172); }

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

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

 span { border-color: rgb(147,238,172); }

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