#93EDAC

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

Shades of Chinook #93EDAC

Tints of Chinook #93EDAC

Color information

#93EDAC (or 0x93EDAC) is unknown color: approx Chinook. HEX triplet: 93, ED and AC. RGB value is (147,237,172). Sum of RGB (Red+Green+Blue) = 147+237+172=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #93EDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EDAC is #6C1253. Grayscale: #CACACA. Windows color (decimal): -7082580 or 11333011. OLE color: 11333011.

HSL color Cylindrical-coordinate representation of color #93EDAC: hue angle of 136.67º degrees, saturation: 0.71, 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 #93EDAC is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB147237172-
CMYK0.3800.270.07
HSL136.67º71.43%75.29%-
HSV(B)136.67º37.97%92.94%-
XYZ49.7669.7549.87-
YUV202.68110.6888.29-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.44%
GREEN value IS 237 (92.97% from 255) = 42.63%
BLUE value IS 172 (67.58% from 255) = 30.94%
R=26.44%
G=42.63%
B=30.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1472371720.3800.270.07136.6771.4375.29
Hex93EDAC2601B789474b
Octal223355254460337211107113
Binary1001001111101101101011001001100110111111000100110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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