#93D1A6

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

Shades of Chinook #93D1A6

Tints of Chinook #93D1A6

Color information

#93D1A6 (or 0x93D1A6) is unknown color: approx Chinook. HEX triplet: 93, D1 and A6. RGB value is (147,209,166). Sum of RGB (Red+Green+Blue) = 147+209+166=522 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.16% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D1A6 is #6C2E59. Grayscale: #B9B9B9. Windows color (decimal): -7089754 or 10932627. OLE color: 10932627.

HSL color Cylindrical-coordinate representation of color #93D1A6: hue angle of 138.39º degrees, saturation: 0.4, 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 #93D1A6 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB147209166-
CMYK0.3000.210.18
HSL138.39º40.26%69.8%-
HSV(B)138.39º29.67%81.96%-
XYZ41.7254.5644.41-
YUV185.56116.96100.5-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.16%
GREEN value IS 209 (82.03% from 255) = 40.04%
BLUE value IS 166 (65.23% from 255) = 31.80%
R=28.16%
G=40.04%
B=31.80%

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
Decimal1472091660.3000.210.18138.3940.2669.8
Hex93D1A61E015128a2846
Octal223321246360252221250106
Binary1001001111010001101001101111001010110010100010101010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D1A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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