#93D1A3

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

Shades of Chinook #93D1A3

Tints of Chinook #93D1A3

Color information

#93D1A3 (or 0x93D1A3) is unknown color: approx Chinook. HEX triplet: 93, D1 and A3. RGB value is (147,209,163). Sum of RGB (Red+Green+Blue) = 147+209+163=519 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.32% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #93D1A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D1A3 is #6C2E5C. Grayscale: #B9B9B9. Windows color (decimal): -7089757 or 10736019. OLE color: 10736019.

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

Color convert

RGB147209163-
CMYK0.3000.220.18
HSL135.48º40.26%69.8%-
HSV(B)135.48º29.67%81.96%-
XYZ41.4454.4542.98-
YUV185.22115.46100.74-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.32%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 163 (64.06% from 255) = 31.41%
R=28.32%
G=40.27%
B=31.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1472091630.3000.220.18135.4840.2669.8
Hex93D1A31E01612872846
Octal223321243360262220750106
Binary1001001111010001101000111111001011010010100001111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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