#93D5A5

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

Shades of Chinook #93D5A5

Tints of Chinook #93D5A5

Color information

#93D5A5 (or 0x93D5A5) is unknown color: approx Chinook. HEX triplet: 93, D5 and A5. RGB value is (147,213,165). Sum of RGB (Red+Green+Blue) = 147+213+165=525 (69% of max value = 765). Red value is 147 (57.81% from 255 or 28% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 165 (64.84% from 255 or 31.43% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #93D5A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93D5A5 is #6C2A5A. Grayscale: #BBBBBB. Windows color (decimal): -7088731 or 10868115. OLE color: 10868115.

HSL color Cylindrical-coordinate representation of color #93D5A5: hue angle of 136.36º 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 #93D5A5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB147213165-
CMYK0.3100.230.16
HSL136.36º44%70.59%-
HSV(B)136.36º30.99%83.53%-
XYZ42.6256.5144.26-
YUV187.79115.1398.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 165 (64.84% from 255) = 31.43%
R=28%
G=40.57%
B=31.43%

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
Decimal1472131650.3100.230.16136.364470.59
Hex93D5A51F01710882c47
Octal223325245370272021054107
Binary1001001111010101101001011111101011110000100010001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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