#93EFAA

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

Shades of Chinook #93EFAA

Tints of Chinook #93EFAA

Color information

#93EFAA (or 0x93EFAA) is unknown color: approx Chinook. HEX triplet: 93, EF and AA. RGB value is (147,239,170). Sum of RGB (Red+Green+Blue) = 147+239+170=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #93EFAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #93EFAA is #6C1055. Grayscale: #CBCBCB. Windows color (decimal): -7082070 or 11202451. OLE color: 11202451.

HSL color Cylindrical-coordinate representation of color #93EFAA: hue angle of 135º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #93EFAA is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB147239170-
CMYK0.3800.290.06
HSL135º74.19%75.69%-
HSV(B)135º38.49%93.73%-
XYZ50.1570.8449.06-
YUV203.63109.0287.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.44%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=26.44%
G=42.99%
B=30.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1472391700.3800.290.0613574.1975.69
Hex93EFAA2601D6874a4c
Octal223357252460356207112114
Binary1001001111101111101010101001100111011101000011110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,239,170); }

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

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

 a { background-color: rgb(147,239,170); }

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

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

 span { border-color: rgb(147,239,170); }

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