#93D5A4

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

Shades of Chinook #93D5A4

Tints of Chinook #93D5A4

Color information

#93D5A4 (or 0x93D5A4) is unknown color: approx Chinook. HEX triplet: 93, D5 and A4. RGB value is (147,213,164). Sum of RGB (Red+Green+Blue) = 147+213+164=524 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28.05% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #93D5A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D5A4 is #6C2A5B. Grayscale: #BBBBBB. Windows color (decimal): -7088732 or 10802579. OLE color: 10802579.

HSL color Cylindrical-coordinate representation of color #93D5A4: hue angle of 135.45º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93D5A4 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB147213164-
CMYK0.3100.230.16
HSL135.45º44%70.59%-
HSV(B)135.45º30.99%83.53%-
XYZ42.5356.4743.78-
YUV187.68114.6398.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.05%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 164 (64.45% from 255) = 31.30%
R=28.05%
G=40.65%
B=31.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1472131640.3100.230.16135.454470.59
Hex93D5A41F01710872c47
Octal223325244370272020754107
Binary1001001111010101101001001111101011110000100001111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,213,164); }

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

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

 a { background-color: rgb(147,213,164); }

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

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

 span { border-color: rgb(147,213,164); }

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