#93CDA5

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

Shades of Chinook #93CDA5

Tints of Chinook #93CDA5

Color information

#93CDA5 (or 0x93CDA5) is unknown color: approx Chinook. HEX triplet: 93, CD and A5. RGB value is (147,205,165). Sum of RGB (Red+Green+Blue) = 147+205+165=517 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.43% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 165 (64.84% from 255 or 31.91% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #93CDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93CDA5 is #6C325A. Grayscale: #B7B7B7. Windows color (decimal): -7090779 or 10866067. OLE color: 10866067.

HSL color Cylindrical-coordinate representation of color #93CDA5: hue angle of 138.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93CDA5 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.

Color convert

RGB147205165-
CMYK0.2800.200.20
HSL138.62º36.71%69.02%-
HSV(B)138.62º28.29%80.39%-
XYZ40.6652.5843.6-
YUV183.1117.78102.25-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.43%
GREEN value IS 205 (80.47% from 255) = 39.65%
BLUE value IS 165 (64.84% from 255) = 31.91%
R=28.43%
G=39.65%
B=31.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472051650.2800.200.20138.6236.7169.02
Hex93CDA51C014148b2545
Octal223315245340242421345105
Binary1001001111001101101001011110001010010100100010111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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