#93D2A6

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

Shades of Chinook #93D2A6

Tints of Chinook #93D2A6

Color information

#93D2A6 (or 0x93D2A6) is unknown color: approx Chinook. HEX triplet: 93, D2 and A6. RGB value is (147,210,166). Sum of RGB (Red+Green+Blue) = 147+210+166=523 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.11% from 523); Green value is 210 (82.42% from 255 or 40.15% from 523); Blue value is 166 (65.23% from 255 or 31.74% from 523); Max value from RGB is 210 - color contains mainly: green. Hex color #93D2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D2A6 is #6C2D59. Grayscale: #BABABA. Windows color (decimal): -7089498 or 10932883. OLE color: 10932883.

HSL color Cylindrical-coordinate representation of color #93D2A6: hue angle of 138.1º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93D2A6 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB147210166-
CMYK0.3000.210.18
HSL138.1º41.18%70%-
HSV(B)138.1º30%82.35%-
XYZ41.9655.0544.49-
YUV186.15116.63100.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.11%
GREEN value IS 210 (82.42% from 255) = 40.15%
BLUE value IS 166 (65.23% from 255) = 31.74%
R=28.11%
G=40.15%
B=31.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472101660.3000.210.18138.141.1870
Hex93D2A61E015128a2946
Octal223322246360252221251106
Binary1001001111010010101001101111001010110010100010101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,210,166); }

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

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

 a { background-color: rgb(147,210,166); }

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

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

 span { border-color: rgb(147,210,166); }

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